Interface ExtensionProcessor

    • Method Detail

      • getPatternList

        java.util.List getPatternList()
        The list of patterns that this ExtensionProcessor wants to be associated with in addition to the patterns specified by the WebExtensionFactory that created this ExtensionProcessor.
        Returns:
        patternList
      • getServletWrapper

        IServletWrapper getServletWrapper​(jakarta.servlet.ServletRequest req,
                                          jakarta.servlet.ServletResponse resp)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception