Class JakartaToJavaxPostProcessor

java.lang.Object
org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostProcessor
All Implemented Interfaces:
SlingPostProcessor

public class JakartaToJavaxPostProcessor extends Object implements SlingPostProcessor
  • Constructor Details

  • Method Details

    • process

      public void process(org.apache.sling.api.SlingHttpServletRequest request, List<Modification> changes) throws Exception
      Description copied from interface: 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.
      Specified by:
      process in interface SlingPostProcessor
      Parameters:
      request - The current request.
      changes - The list of changes for this request.
      Throws:
      Exception - If an error occurs.