Uses of Class
org.springframework.web.filter.GenericFilterBean

Packages that use GenericFilterBean
org.springframework.orm.hibernate.support Classes supporting the org.springframework.orm.hibernate package.  
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package.  
org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration. 
org.springframework.web.multipart.support Support classes for the multipart resolution framework.  
 

Uses of GenericFilterBean in org.springframework.orm.hibernate.support
 

Subclasses of GenericFilterBean in org.springframework.orm.hibernate.support
 class OpenSessionInViewFilter
          Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire processing of the request.
 

Uses of GenericFilterBean in org.springframework.orm.jdo.support
 

Subclasses of GenericFilterBean in org.springframework.orm.jdo.support
 class OpenPersistenceManagerInViewFilter
          Servlet 2.3 Filter that binds a JDO PersistenceManager to the thread for the entire processing of the request.
 

Uses of GenericFilterBean in org.springframework.web.filter
 

Subclasses of GenericFilterBean in org.springframework.web.filter
 class CharacterEncodingFilter
          Servlet 2.3 Filter that allows to specify a character encoding for requests.
 class OncePerRequestFilter
          Filter base class that guarantees to be just executed once per request, on any servlet container.
 

Uses of GenericFilterBean in org.springframework.web.multipart.support
 

Subclasses of GenericFilterBean in org.springframework.web.multipart.support
 class MultipartFilter
          Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver in the root web application context.
 



Copyright (C) 2003-2004 The Spring Framework Project.