Class JavaxToSlingJakartaPostProcessor
java.lang.Object
org.apache.sling.servlets.post.impl.wrapper.JavaxToSlingJakartaPostProcessor
- All Implemented Interfaces:
SlingJakartaPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(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:SlingJakartaPostProcessorProcess 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 aModificationobject to the changes list.- Specified by:
processin interfaceSlingJakartaPostProcessor- Parameters:
request- The current request.changes- The list of changes for this request.- Throws:
Exception- If an error occurs.
-