@Service @Property(name="sling.post.operation", value="af:saveStyleOperation") public class SaveThemePostOperation extends java.lang.Object implements PostOperation
PROP_OPERATION_NAME, SERVICE_NAME
Constructor and Description |
---|
SaveThemePostOperation() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
isTheme(SlingHttpServletRequest request) |
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.public java.lang.Boolean isTheme(SlingHttpServletRequest request)
Copyright © 2010 - 2020 Adobe. All Rights Reserved