Class ServletFilterWrapper

    • Constructor Detail

    • Method Detail

      • init

        public void init​(Map<String,​String> parameters,
                         ServletContext servletContext)
                  throws ServletException
        Enables to init config parameters using a FilterConfig.
        Parameters:
        parameters - a map containing all filter parameters.
        servletContext - the servlet context.
        Throws:
        ServletException - if the underlying Filter fails to initialize.
      • destroy

        public void destroy()
        Destroys the filter.