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.

See:
          Description

Class Summary
AbstractRefreshableWebApplicationContext AbstractRefreshableApplicationContext subclass that implements the ConfigurableWebApplicationContext interface for web environments.
PerformanceMonitorListener Listener that logs the response times of web requests.
RequestHandledEvent Event raised when a request is handled within a WebApplicationContext.
ServletContextAttributeExporter Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
ServletContextAttributeFactoryBean FactoryBean that fetches a specific, existing ServletContext attribute.
ServletContextAwareProcessor BeanPostProcessor implementation that passes the ServletContext to beans that implement the ApplicationContextAware or ResourceLoaderAware interfaces.
ServletContextFactoryBean Simple FactoryBean that exposes the ServletContext for bean references.
ServletContextPropertyPlaceholderConfigurer Subclass of PropertyPlaceholderConfigurer that resolves placeholders as ServletContext init parameters (that is, web.xml context-param entries).
ServletContextResource Resource implementation for ServletContext resources, interpreting relative paths within the web application root.
ServletContextResourceLoader ResourceLoader implementation that resolves paths as ServletContext resources, for use outside a WebApplicationContext.
ServletContextResourcePatternResolver ServletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Servlet 2.3's ServletContext.getResourcePaths.
StaticWebApplicationContext Static WebApplicationContext implementation for testing.
WebApplicationContextUtils Convenience methods to retrieve the root WebApplicationContext for a given ServletContext.
WebApplicationObjectSupport Convenient superclass for application objects running in a WebApplicationContext.
XmlWebApplicationContext WebApplicationContext implementation that takes configuration from an XML document, understood by an XmlBeanDefinitionReader.
 

Package org.springframework.web.context.support Description

Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc.



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