Class FilterSet


  • public class FilterSet
    extends Object
    A filter set is a collections of filters that should be run for a given request in a servlet context.

    The filter set is selected when it match the current pathInfo of the request. Only one filter set can match a given path - the first one which is matching will be used, all the other filter sets defined by a servlet will be ignored.

    Author:
    Bogdan Stefanescu
    • Method Detail

      • matches

        public boolean matches​(String pathInfo)
      • matches

        public boolean matches​(Path pathInfo)
      • getFilters

        public javax.servlet.Filter[] getFilters()
      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
      • destroy

        public void destroy()