Uses of Interface
org.springframework.web.context.ServletContextAware

Packages that use ServletContextAware
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.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
org.springframework.web.filter Provides generic filter base classes allowing for bean-style configuration. 
org.springframework.web.multipart.commons MultipartResolver implementation for Jakarta Commons FileUpload
org.springframework.web.multipart.cos MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet)
org.springframework.web.multipart.support Support classes for the multipart resolution framework. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

Uses of ServletContextAware in org.springframework.orm.hibernate3.support
 

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

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

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

Uses of ServletContextAware in org.springframework.web.context.support
 

Classes in org.springframework.web.context.support that implement ServletContextAware
 class ServletContextAttributeExporter
          Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
 class ServletContextAttributeFactoryBean
          FactoryBean that fetches a specific, existing ServletContext attribute.
 class ServletContextFactoryBean
          Simple FactoryBean that exposes the ServletContext for bean references.
 class ServletContextParameterFactoryBean
          FactoryBean that retrieves a specific ServletContext init parameter (that is, a "context-param" defined in web.xml).
 class ServletContextPropertyPlaceholderConfigurer
          Subclass of PropertyPlaceholderConfigurer that resolves placeholders as ServletContext init parameters (that is, web.xml context-param entries).
 

Uses of ServletContextAware in org.springframework.web.filter
 

Classes in org.springframework.web.filter that implement ServletContextAware
 class AbstractRequestLoggingFilter
          Base class for Filters that perform logging operations before and after a request is processed.
 class CharacterEncodingFilter
          Servlet 2.3 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 DelegatingFilterProxy
          Proxy for a standard Servlet 2.3 Filter, delegating to a Spring-managed bean that implements the Filter interface.
 class GenericFilterBean
          Simple base implementation of javax.servlet.Filter that treats its config parameters as bean properties.
 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 OncePerRequestFilter
          Filter base class that guarantees to be just executed once per request, on any servlet container.
 class ServletContextRequestLoggingFilter
          Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
 

Uses of ServletContextAware in org.springframework.web.multipart.commons
 

Classes in org.springframework.web.multipart.commons that implement ServletContextAware
 class CommonsMultipartResolver
          MultipartResolver implementation for Jakarta Commons FileUpload.
 

Uses of ServletContextAware in org.springframework.web.multipart.cos
 

Classes in org.springframework.web.multipart.cos that implement ServletContextAware
 class CosMultipartResolver
          MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet).
 

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

Classes in org.springframework.web.multipart.support that implement ServletContextAware
 class MultipartFilter
          Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver.
 

Uses of ServletContextAware in org.springframework.web.servlet.handler
 

Classes in org.springframework.web.servlet.handler that implement ServletContextAware
 class SimpleServletPostProcessor
          Bean post-processor that applies initialization and destruction callbacks to beans that implement the Servlet interface.
 



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