Class JakartaToJavaxPostProcessor
java.lang.Object
org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostProcessor
- All Implemented Interfaces:
SlingPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes) Process the current request.
-
Constructor Details
-
JakartaToJavaxPostProcessor
-
-
Method Details
-
process
public void process(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes) throws Exception Description copied from interface:SlingPostProcessor
Process the current request. The post processor can inspect the list of changes and perform additional changes. If the processor performs a change it should make the change and add aModification
object to the changes list.- Specified by:
process
in interfaceSlingPostProcessor
- Parameters:
request
- The current request.changes
- The list of changes for this request.- Throws:
Exception
- If an error occurs.
-