Uses of Interface
org.apache.sling.servlets.post.JakartaPostResponse
Packages that use JakartaPostResponse
Package
Description
-
Uses of JakartaPostResponse in org.apache.sling.jcr.jackrabbit.accessmanager.post
Methods in org.apache.sling.jcr.jackrabbit.accessmanager.post with parameters of type JakartaPostResponseModifier and TypeMethodDescriptionprotected StringAbstractAccessPostServlet.getRedirectUrl(jakarta.servlet.http.HttpServletRequest request, JakartaPostResponse ctx) compute redirect URL (SLING-126)protected abstract voidAbstractAccessPostServlet.handleOperation(SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected voidDeleteAcesServlet.handleOperation(SlingJakartaHttpServletRequest request, JakartaPostResponse htmlResponse, List<Modification> changes) protected voidModifyAceServlet.handleOperation(SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) -
Uses of JakartaPostResponse in org.apache.sling.servlets.post
Classes in org.apache.sling.servlets.post that implement JakartaPostResponseModifier and TypeClassDescriptionclassTheAbstractPostResponseclass provides a basic implementation of thePostResponseinterface maintaining properties to be prepared for sending the response in an internal map.classProvides a simple implementation of JakartaPostResponse that can be subclassed by developers wishing to provide specialized behavior to an existing JakartaPostResponse instance.classTheHtmlResponseis anAbstractPostResponsepreparing the response in HTML (actually XHTML) such that it can be interpreted as a plain response in a browser or as XML response in an Ajax request.classTheJSONResponseis anAbstractJakartaPostResponsepreparing the response in JSON.Methods in org.apache.sling.servlets.post that return JakartaPostResponseModifier and TypeMethodDescriptionJakartaPostResponseCreator.createPostResponse(SlingJakartaHttpServletRequest req) abstract JakartaPostResponseAbstractJakartaPostResponseWrapper.getWrapped()Use this method to return an instance of the class being wrapped.Methods in org.apache.sling.servlets.post with parameters of type JakartaPostResponseModifier and TypeMethodDescriptionvoidJakartaPostOperation.run(SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Executes the operation provided by this service implementation.