Class SlingPostOperationExample
java.lang.Object
org.apache.sling.launchpad.testservices.post.SlingPostOperationExample
- All Implemented Interfaces:
org.apache.sling.servlets.post.PostOperation
public class SlingPostOperationExample
extends Object
implements org.apache.sling.servlets.post.PostOperation
Example PostOperation used in integration tests
-
Field Summary
Fields inherited from interface org.apache.sling.servlets.post.PostOperation
PROP_OPERATION_NAME, SERVICE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.servlets.post.PostResponse response, org.apache.sling.servlets.post.SlingPostProcessor[] processors)
-
Constructor Details
-
SlingPostOperationExample
public SlingPostOperationExample()
-
-
Method Details
-
run
public void run(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.servlets.post.PostResponse response, org.apache.sling.servlets.post.SlingPostProcessor[] processors) - Specified by:
run
in interfaceorg.apache.sling.servlets.post.PostOperation
-