Class ApplicationFilterFactory


  • public final class ApplicationFilterFactory
    extends java.lang.Object
    Factory for the creation and caching of Filters and creation of Filter Chains.
    Author:
    Greg Murray, Remy Maucherat
    • Method Detail

      • createFilterChain

        public static ApplicationFilterChain createFilterChain​(ServletRequest request,
                                                               Wrapper wrapper,
                                                               Servlet servlet)
        Construct a FilterChain implementation that will wrap the execution of the specified servlet instance.
        Parameters:
        request - The servlet request we are processing
        wrapper - The wrapper managing the servlet instance
        servlet - The servlet instance to be wrapped
        Returns:
        The configured FilterChain instance or null if none is to be executed.