Package org.springframework.web.context

Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context.

See
          Description

Class Diagram Summary
context 
 

Interface Summary
ConfigurableWebApplicationContextInterface to be implemented by configurable web application contexts.
WebApplicationContextInterface to provide configuration for a web application.
 

Class Summary
ContextLoaderPerforms the actual initialization work for the root application context.
ContextLoaderListenerBootstrap listener to start up Spring's root WebApplicationContext.
ContextLoaderServletBootstrap servlet to start up Spring's root WebApplicationContext.
 

Package org.springframework.web.context Description

Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context.