|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SlingPostProcessor
The SlingPostProcessor
interface defines a service API to be
implemented by service providers extending the Sling default POST servlet.
Service providers may register OSGi services of this type to be used by the
Sling default POST servlet to handle specific operations.
During a request the SlingPostOperation
service is called
with a list of registered post processors. After the operation has performed
its changes but before the changes are persistet, all post processors
are called.
Method Summary | |
---|---|
void |
process(SlingHttpServletRequest request,
java.util.List<Modification> changes)
Process the current request. |
Method Detail |
---|
void process(SlingHttpServletRequest request, java.util.List<Modification> changes) throws java.lang.Exception
Modification
object to the changes list.
request
- The current request.changes
- The list of changes for this request.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |