Class InvokerFilterHelper

Object
com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterHelper

public class InvokerFilterHelper extends Object
Author:
Mika Koivisto, Brian Wing Shun Chan
  • Constructor Details

    • InvokerFilterHelper

      public InvokerFilterHelper()
  • Method Details

    • clearFilterChainsCache

      public void clearFilterChainsCache()
    • destroy

      public void destroy()
    • init

      public void init(jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • addInvokerFilter

      protected void addInvokerFilter(InvokerFilter invokerFilter)
    • createInvokerFilterChain

      protected InvokerFilterChain createInvokerFilterChain(jakarta.servlet.http.HttpServletRequest httpServletRequest, Dispatcher dispatcher, String uri, jakarta.servlet.FilterChain filterChain)