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

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


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

Packages that use ContextLoader
org.springframework.web.context Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the 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.
 



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