Uses of Class
org.apache.sling.api.servlets.HtmlResponse
Packages that use HtmlResponse
- 
Uses of HtmlResponse in org.apache.sling.servlets.postMethods in org.apache.sling.servlets.post with parameters of type HtmlResponseModifier and TypeMethodDescriptionprotected abstract voidAbstractSlingPostOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes) Deprecated.voidAbstractSlingPostOperation.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 APIHtmlResponseprovided.voidSlingPostOperation.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.helperSubclasses of HtmlResponse in org.apache.sling.servlets.post.impl.helperModifier and TypeClassDescriptionclassTheHtmlResponseProxyextends the Sling APIHtmlResponseoverwriting all public methods and redirecting to a proxiedPostResponse.Methods in org.apache.sling.servlets.post.impl.helper that return HtmlResponseConstructors in org.apache.sling.servlets.post.impl.helper with parameters of type HtmlResponse