@Service @Property(name="sling.post.operation",value="granite:comment") @Property(name="sling.servlet.methods",value="POST") @Property(name="sling.servlet.extensions",value={"html","json"}) public class CommentingOperationHandler extends java.lang.Object implements PostOperation
PROP_OPERATION_NAME, SERVICE_NAME
Constructor and Description |
---|
CommentingOperationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
run(SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors)
Executes the operation provided by this service implementation.
|
public void run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors)
PostOperation
run
in interface PostOperation
request
- The SlingHttpServletRequest
object providing
the request input for the operation.response
- The HtmlResponse
into which the operation
steps should be recorded.processors
- The SlingPostProcessor
services to be called
after applying the operation. This may be null
if
there are none.Copyright © 2010 - 2020 Adobe. All Rights Reserved