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