Uses of Class
org.apache.sling.api.servlets.HtmlResponse
-
Uses of HtmlResponse in org.apache.sling.servlets.post
Modifier and TypeMethodDescriptionprotected abstract void
AbstractSlingPostOperation.doRun
(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes) Deprecated.void
AbstractSlingPostOperation.run
(SlingHttpServletRequest request, HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Implementation of theSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])
API method calling thePostOperation.run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[])
with a proxy around the Sling APIHtmlResponse
provided.void
SlingPostOperation.run
(SlingHttpServletRequest request, HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation. -
Uses of HtmlResponse in org.apache.sling.servlets.post.impl.helper
Modifier and TypeClassDescriptionclass
TheHtmlResponseProxy
extends the Sling APIHtmlResponse
overwriting all public methods and redirecting to a proxiedPostResponse
.