Interface IFilterFactory


  • public interface IFilterFactory
    • Method Detail

      • createFilter

        javax.servlet.Filter createFilter()
        Creates the filter to add to the web application
        Returns:
        a servlet filter
      • configureFilterConfig

        void configureFilterConfig​(ConfigurableFilterConfig config)
                            throws javax.servlet.ServletException
        Initiates the filter config.
        Parameters:
        config - a configurable FilterConfig object to let the user change settings, since he didn't have access to web.xml.
        Throws:
        javax.servlet.ServletException