blob: 91e0001d2d6bb9e4aeed15a3d53b72f2906a2b16 [file] [log] [blame]
Declares a filter in the web application application. The filter is mapped to either a servlet or a URL pattern in the filter-mapping element, using the filter-name value to reference. Filters can access the initialization parameters declared in the deployment descriptor at runtime via the FilterConfig interface.