Klasse JavaxToSlingJakartaPostProcessor
java.lang.Object
org.apache.sling.servlets.post.impl.wrapper.JavaxToSlingJakartaPostProcessor
- Alle implementierten Schnittstellen:
SlingJakartaPostProcessor
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidprocess(org.apache.sling.api.SlingJakartaHttpServletRequest request, List<Modification> changes) Process the current request.
-
Konstruktordetails
-
JavaxToSlingJakartaPostProcessor
-
-
Methodendetails
-
getDelegate
-
process
public void process(org.apache.sling.api.SlingJakartaHttpServletRequest request, List<Modification> changes) throws Exception Beschreibung aus Schnittstelle kopiert: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.- Angegeben von:
processin SchnittstelleSlingJakartaPostProcessor- Parameter:
request- The current request.changes- The list of changes for this request.- Löst aus:
Exception- If an error occurs.
-