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

Interface Summary
ConfigurableWebApplicationContext Interface to be implemented by configurable web application contexts.
ServletContextAware Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
WebApplicationContext Interface to provide configuration for a web application.
 

Class Summary
ContextLoader Performs the actual initialization work for the root application context.
ContextLoaderListener Bootstrap listener to start up Spring's root WebApplicationContext.
ContextLoaderServlet Bootstrap 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.



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