Uses of Interface
org.apache.sling.servlets.post.SlingPostProcessor
Packages that use SlingPostProcessor
-
Uses of SlingPostProcessor in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post with parameters of type SlingPostProcessorModifier and TypeMethodDescriptionvoid
AbstractPostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.void
AbstractSlingPostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.servlets.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
PostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation.void
SlingPostOperation.run
(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.servlets.HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation. -
Uses of SlingPostProcessor in org.apache.sling.servlets.post.impl.wrapper
Classes in org.apache.sling.servlets.post.impl.wrapper that implement SlingPostProcessorMethods in org.apache.sling.servlets.post.impl.wrapper that return SlingPostProcessorConstructors in org.apache.sling.servlets.post.impl.wrapper with parameters of type SlingPostProcessor