Package org.springframework.web.context
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ConfigurableWebApplicationContext Interface to be implemented by configurable web application contexts.
ServletConfigAware Interface to be implemented by any object that wishes to be notified of the ServletConfig (typically determined by the WebApplicationContext) that it runs in.
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.
Classes
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 .
Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.