Package | Description |
---|---|
org.apache.sling.servlets.post |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractSlingPostOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
java.util.List<Modification> changes)
Deprecated.
|
void |
AbstractSlingPostOperation.run(SlingHttpServletRequest request,
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(SlingHttpServletRequest request,
HtmlResponse response,
SlingPostProcessor[] processors)
Deprecated.
Executes the operation provided by this service implementation.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.