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