Uses of Interface
org.apache.sling.servlets.post.PostResponse
Packages that use PostResponse
-
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(SlingHttpServletRequest req) Deprecated.PostResponseWithErrorHandling.createPostResponse(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(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) Deprecated.Executes the operation provided by this service implementation.
AbstractJakartaPostResponseinstead.