Uses of Interface
org.apache.sling.servlets.post.JakartaPostResponse
Packages that use JakartaPostResponse
Package
Description
-
Uses of JakartaPostResponse in org.apache.sling.servlets.post
Classes in org.apache.sling.servlets.post that implement JakartaPostResponseModifier 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 JakartaPostResponse that can be subclassed by developers wishing to provide specialized behavior to an existing JakartaPostResponse 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 anAbstractJakartaPostResponse
preparing the response in JSON.Methods in org.apache.sling.servlets.post that return JakartaPostResponseModifier and TypeMethodDescriptionJakartaPostResponseCreator.createPostResponse
(org.apache.sling.api.SlingJakartaHttpServletRequest req) abstract JakartaPostResponse
AbstractJakartaPostResponseWrapper.getWrapped()
Use this method to return an instance of the class being wrapped.Methods in org.apache.sling.servlets.post with parameters of type JakartaPostResponseModifier and TypeMethodDescriptionvoid
JakartaPostOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Executes the operation provided by this service implementation. -
Uses of JakartaPostResponse in org.apache.sling.servlets.post.impl.operations
Methods in org.apache.sling.servlets.post.impl.operations with parameters of type JakartaPostResponseModifier and TypeMethodDescriptionprotected abstract void
AbstractPostOperation.doRun
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse 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
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected void
CheckoutOperation.doRun
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected void
DeleteOperation.doRun
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected void
ImportOperation.doRun
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected void
ModifyOperation.doRun
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected void
RestoreOperation.doRun
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected void
StreamedUploadOperation.doRun
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) void
AbstractPostOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Prepares and finalizes the actual operation.void
NopOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) -
Uses of JakartaPostResponse in org.apache.sling.servlets.post.impl.wrapper
Classes in org.apache.sling.servlets.post.impl.wrapper that implement JakartaPostResponseMethods in org.apache.sling.servlets.post.impl.wrapper that return JakartaPostResponseModifier and TypeMethodDescriptionJavaxToJakartaPostResponseCreator.createPostResponse
(org.apache.sling.api.SlingJakartaHttpServletRequest request) Methods in org.apache.sling.servlets.post.impl.wrapper with parameters of type JakartaPostResponseModifier and TypeMethodDescriptionvoid
JavaxToJakartaPostOperation.run
(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Constructors in org.apache.sling.servlets.post.impl.wrapper with parameters of type JakartaPostResponse