Package org.springframework.web.filter

Provides generic filter base classes allowing for bean-style configuration.

See:
          Description

Class Summary
CharacterEncodingFilter Servlet 2.3 Filter that allows to specify a character encoding for requests.
DelegatingFilterProxy Proxy for a standard Servlet 2.3 Filter, delegating to a Spring-managed bean that implements the Filter interface.
GenericFilterBean Simple base implementation of javax.servlet.Filter that treats its config parameters as bean properties.
OncePerRequestFilter Filter base class that guarantees to be just executed once per request, on any servlet container.
 

Package org.springframework.web.filter Description

Provides generic filter base classes allowing for bean-style configuration.



Copyright (c) 2002-2005 The Spring Framework Project.