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

Packages that use ServletContextAware
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.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.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

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 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.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.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) 2003-2004 The Spring Framework Project.