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

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

The Spring Framework

Uses of Class
org.springframework.web.context.ContextLoader

Packages that use ContextLoader
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. 
 

Uses of ContextLoader in org.springframework.web.context
 

Methods in org.springframework.web.context that return ContextLoader
protected  ContextLoader ContextLoaderServlet.createContextLoader()
          Create the ContextLoader to use.
protected  ContextLoader ContextLoaderListener.createContextLoader()
          Create the ContextLoader to use.
 ContextLoader ContextLoaderServlet.getContextLoader()
          Return the ContextLoader used by this servlet.
 ContextLoader ContextLoaderListener.getContextLoader()
          Return the ContextLoader used by this listener.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.