Uses of Interface
org.apache.sling.servlets.post.SlingPostProcessor
-
Packages that use SlingPostProcessor Package Description org.apache.sling.servlets.post org.apache.sling.servlets.post.impl.operations -
-
Uses of SlingPostProcessor in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post with parameters of type SlingPostProcessor Modifier and Type Method Description voidAbstractPostOperation. run(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)Deprecated.Prepares and finalizes the actual operation.voidAbstractSlingPostOperation. 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 APIHtmlResponseprovided.voidPostOperation. run(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)Executes the operation provided by this service implementation.voidSlingPostOperation. 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.operations
Methods in org.apache.sling.servlets.post.impl.operations with parameters of type SlingPostProcessor Modifier and Type Method Description voidAbstractPostOperation. run(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)Prepares and finalizes the actual operation.voidNopOperation. run(org.apache.sling.api.SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)
-