Klasse JakartaToJavaxPostProcessor

java.lang.Object
org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostProcessor
Alle implementierten Schnittstellen:
SlingPostProcessor

public class JakartaToJavaxPostProcessor extends Object implements SlingPostProcessor
  • Konstruktordetails

  • Methodendetails

    • process

      public void process(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes) throws Exception
      Beschreibung aus Schnittstelle kopiert: 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 a Modification object to the changes list.
      Angegeben von:
      process in Schnittstelle SlingPostProcessor
      Parameter:
      request - The current request.
      changes - The list of changes for this request.
      Löst aus:
      Exception - If an error occurs.