The Spring Framework

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

Packages that use OncePerRequestFilter
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa 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 OncePerRequestFilter in org.springframework.orm.hibernate3.support
 

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

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

Subclasses of OncePerRequestFilter 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 OncePerRequestFilter in org.springframework.orm.jpa.support
 

Subclasses of OncePerRequestFilter in org.springframework.orm.jpa.support
 class OpenEntityManagerInViewFilter
          Servlet 2.3 Filter that binds a JPA EntityManager to the thread for the entire processing of the request.
 

Uses of OncePerRequestFilter in org.springframework.web.filter
 

Subclasses of OncePerRequestFilter in org.springframework.web.filter
 class AbstractRequestLoggingFilter
          Base class for Filters that perform logging operations before and after a request is processed.
 class CharacterEncodingFilter
          Servlet 2.3/2.4 Filter that allows one to specify a character encoding for requests.
 class CommonsRequestLoggingFilter
          Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
 class Log4jNestedDiagnosticContextFilter
          Request logging filter that adds the request log message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed.
 class RequestContextFilter
          Servlet 2.3 Filter that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.
 class ServletContextRequestLoggingFilter
          Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
 

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

Subclasses of OncePerRequestFilter in org.springframework.web.multipart.support
 class MultipartFilter
          Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.