Uses of Interface
org.apache.sling.servlets.post.PostResponse
Packages that use PostResponse
Package
Description
-
Uses of PostResponse in org.apache.sling.servlets.post
Classes in org.apache.sling.servlets.post that implement PostResponseModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.UseAbstractJakartaPostResponseWrapper
instead.class
Deprecated.UseJakartaHtmlResponse
instead.class
Deprecated.UseJakartaJSONResponse
instead.Methods in org.apache.sling.servlets.post that return PostResponseModifier and TypeMethodDescriptionPostResponseCreator.createPostResponse
(org.apache.sling.api.SlingHttpServletRequest req) Deprecated.PostResponseWithErrorHandling.createPostResponse
(org.apache.sling.api.SlingHttpServletRequest request) Deprecated.abstract PostResponse
AbstractPostResponseWrapper.getWrapped()
Deprecated.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 void
AbstractPostOperation.doRun
(org.apache.sling.api.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
(org.apache.sling.api.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
(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.void
PostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.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.wrapper
Classes in org.apache.sling.servlets.post.impl.wrapper that implement PostResponseConstructors in org.apache.sling.servlets.post.impl.wrapper with parameters of type PostResponse
AbstractJakartaPostResponse
instead.