站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.web.context (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.web.context

Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.

See:
          Description

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

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 a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.