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 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.