Uses of Interface
org.apache.sling.servlets.post.PostResponse
Package
Description
-
Uses of PostResponse in org.apache.sling.jackrabbit.usermanager.impl.post
Modifier and TypeMethodDescriptionprotected String
AbstractPostServlet.getRedirectUrl
(javax.servlet.http.HttpServletRequest request, PostResponse ctx) compute redirect URL (SLING-126)protected abstract void
AbstractPostServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected void
ChangeUserPasswordServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
CreateGroupServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
CreateUserServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
DeleteAuthorizableServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
UpdateGroupServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
UpdateUserServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) -
Uses of PostResponse in org.apache.sling.jcr.jackrabbit.accessmanager.post
Modifier and TypeMethodDescriptionprotected String
AbstractAccessPostServlet.getRedirectUrl
(javax.servlet.http.HttpServletRequest request, PostResponse ctx) compute redirect URL (SLING-126)protected abstract void
AbstractAccessPostServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected void
DeleteAcesServlet.handleOperation
(SlingHttpServletRequest request, PostResponse htmlResponse, List<Modification> changes) protected void
ModifyAceServlet.handleOperation
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) -
Uses of PostResponse in org.apache.sling.servlets.post
Modifier and TypeClassDescriptionclass
TheAbstractPostResponse
class provides a basic implementation of thePostResponse
interface maintaining properties to be prepared for sending the response in an internal map.class
Provides a simple implementation of PostResponse that can be subclassed by developers wishing to provide specialized behavior to an existing PostResponse instance.class
TheHtmlResponse
is anAbstractPostResponse
preparing 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.class
TheJSONResponse
is anAbstractPostResponse
preparing the response in JSON.Modifier and TypeMethodDescriptionPostResponseCreator.createPostResponse
(SlingHttpServletRequest req) PostResponseWithErrorHandling.createPostResponse
(SlingHttpServletRequest request) Deprecated.abstract PostResponse
AbstractPostResponseWrapper.getWrapped()
Use this method to return an instance of the class being wrapped.Modifier and TypeMethodDescriptionprotected abstract void
AbstractPostOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Deprecated.Actually performs the desired operation filling progress into thechanges
list and preparing and further information in theresponse
.protected void
AbstractSlingPostOperation.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
.void
AbstractPostOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.void
PostOperation.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
-
Uses of PostResponse in org.apache.sling.servlets.post.impl.operations
Modifier and TypeMethodDescriptionprotected abstract void
AbstractPostOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Actually performs the desired operation filling progress into thechanges
list and preparing and further information in theresponse
.protected void
CheckinOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
CheckoutOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
DeleteOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
ImportOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
ModifyOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
RestoreOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected void
StreamedUploadOperation.doRun
(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) void
AbstractPostOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Prepares and finalizes the actual operation.void
NopOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)