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 Diagram Summary
support 
 

Class Summary
PerformanceMonitorListenerListener that logs the response times of web requests.
RequestHandledEventEvent raised when a request is handled by our web framework.
ServletContextResourceResource implementation for ServletContext resources, interpreting relative paths within the web application root.
StaticWebApplicationContextStatic WebApplicationContext implementation for testing.
WebApplicationContextUtilsConvenience methods to retrieve the root WebApplicationContext for a given ServletContext.
WebApplicationObjectSupportConvenient superclass for application objects running in a WebApplicationContext.
XmlWebApplicationContextWebApplicationContext implementation that takes configuration from an XML document.
 

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.