Uses of Interface
org.apache.sling.servlets.post.PostResponse
Packages that use PostResponse
Package
Description
-
Uses of PostResponse in org.apache.sling.jackrabbit.usermanager.impl.post
Methods in org.apache.sling.jackrabbit.usermanager.impl.post with parameters of type PostResponseModifier and TypeMethodDescriptionprotected StringAbstractPostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request, PostResponse ctx) compute redirect URL (SLING-126)protected abstract voidAbstractPostServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected voidChangeUserPasswordServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidCreateGroupServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidCreateUserServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidDeleteAuthorizableServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidUpdateGroupServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidUpdateUserServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) -
Uses of PostResponse in org.apache.sling.jcr.jackrabbit.accessmanager.post
Methods in org.apache.sling.jcr.jackrabbit.accessmanager.post with parameters of type PostResponseModifier and TypeMethodDescriptionprotected StringAbstractAccessPostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request, PostResponse ctx) compute redirect URL (SLING-126)protected abstract voidAbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected voidDeleteAcesServlet.handleOperation(SlingHttpServletRequest request, PostResponse htmlResponse, List<Modification> changes) protected voidModifyAceServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) -
Uses of PostResponse in org.apache.sling.servlets.post
Classes in org.apache.sling.servlets.post that implement PostResponseModifier 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 PostResponse that can be subclassed by developers wishing to provide specialized behavior to an existing PostResponse 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 anAbstractPostResponsepreparing the response in JSON.Methods in org.apache.sling.servlets.post that return PostResponseModifier and TypeMethodDescriptionPostResponseCreator.createPostResponse(SlingHttpServletRequest req) PostResponseWithErrorHandling.createPostResponse(SlingHttpServletRequest request) Deprecated.abstract PostResponseAbstractPostResponseWrapper.getWrapped()Use this method to return an instance of the class being wrapped.Methods in org.apache.sling.servlets.post with parameters of type PostResponseModifier and TypeMethodDescriptionprotected abstract voidAbstractPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Deprecated.Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected voidAbstractSlingPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Deprecated.Implementation of theAbstractPostOperation.doRun(SlingHttpServletRequest, PostResponse, List)method calling our ownAbstractSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])meethod with a proxy for the Sling APIHtmlResponse.voidAbstractPostOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.voidPostOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Executes the operation provided by this service implementation. -
Uses of PostResponse in org.apache.sling.servlets.post.impl.helper
Classes in org.apache.sling.servlets.post.impl.helper that implement PostResponseMethods in org.apache.sling.servlets.post.impl.helper that return PostResponseConstructors in org.apache.sling.servlets.post.impl.helper with parameters of type PostResponse -
Uses of PostResponse in org.apache.sling.servlets.post.impl.operations
Methods in org.apache.sling.servlets.post.impl.operations with parameters of type PostResponseModifier and TypeMethodDescriptionprotected abstract voidAbstractPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected voidCheckinOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidCheckoutOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidDeleteOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidImportOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidModifyOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidRestoreOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidStreamedUploadOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) voidAbstractPostOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Prepares and finalizes the actual operation.voidNopOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)