Modifier and Type | Method and Description |
---|---|
void |
AbstractSlingPostOperation.run(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.servlets.HtmlResponse response,
SlingPostProcessor[] processors)
Deprecated.
Implementation of the
SlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])
API method calling the
PostOperation.run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[])
with a proxy around the Sling API HtmlResponse provided. |
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.
|
void |
AbstractPostOperation.run(org.apache.sling.api.SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors)
Deprecated.
Prepares and finalizes the actual operation.
|
void |
PostOperation.run(org.apache.sling.api.SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors)
Executes the operation provided by this service implementation.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.