Package org.chwf.servlet.filter

A package that provides an implementation of the Servlet 2.3+ filter API.

See:
          Description

Class Summary
AllFilterConfig Class with configuration data for an entire set of filters.
CompositeFilter Filter that composes a set of other filters, to simplify filter configuration.
FilterChainImpl Implementation of FilterChain.
FilterInfo Class containing info for filter and a reference to the filter object itself.
FilterServlet A component that intercepts requests and invokes components.
FilterSet Contains a set of filters.
FilterSupport Filter superclass with dummy methods to simplify filter creation.
ResourceMapper Filter that maps one file extension to another file extension.
 

Package org.chwf.servlet.filter Description

A package that provides an implementation of the Servlet 2.3+ filter API. It is used for filters in Servlet 2.2 servers and for pre- and post-processing controller and view components.



Copyright © 2002-2004, Paul Strack. All Rights Reserved.