void |
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.
|
void |
PostOperation.run(org.apache.sling.api.SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors) |
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.
|