Class JavaxToSlingJakartaPostProcessor
java.lang.Object
org.apache.sling.servlets.post.impl.wrapper.JavaxToSlingJakartaPostProcessor
- All Implemented Interfaces:
SlingJakartaPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.sling.api.SlingJakartaHttpServletRequest request, List<Modification> changes) Process the current request.
-
Constructor Details
-
JavaxToSlingJakartaPostProcessor
-
-
Method Details
-
getDelegate
-
process
public void process(org.apache.sling.api.SlingJakartaHttpServletRequest request, List<Modification> changes) throws Exception Description copied from interface:SlingJakartaPostProcessor
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 interfaceSlingJakartaPostProcessor
- Parameters:
request
- The current request.changes
- The list of changes for this request.- Throws:
Exception
- If an error occurs.
-