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 TypeClassDescriptionclassDeprecated.classDeprecated.UseAbstractJakartaPostResponseWrapperinstead.classDeprecated.UseJakartaHtmlResponseinstead.classDeprecated.UseJakartaJSONResponseinstead.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 PostResponseAbstractPostResponseWrapper.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 voidAbstractPostOperation.doRun(org.apache.sling.api.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(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.voidAbstractPostOperation.run(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.voidPostOperation.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
AbstractJakartaPostResponseinstead.