Uses of Interface
org.apache.sling.servlets.post.SlingPostProcessor
Package
Description
-
Uses of SlingPostProcessor in org.apache.sling.servlets.post
Modifier and TypeMethodDescriptionvoid
AbstractPostOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.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
PostOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Executes the operation provided by this service implementation.void
SlingPostOperation.run
(SlingHttpServletRequest request, HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation. -
Uses of SlingPostProcessor in org.apache.sling.servlets.post.impl.operations
Modifier and TypeMethodDescriptionvoid
AbstractPostOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Prepares and finalizes the actual operation.void
NopOperation.run
(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) -
Uses of SlingPostProcessor in org.apache.sling.validation.impl.postprocessor