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.
 ContextLoader ContextLoaderServlet.getContextLoader()
          Return the ContextLoader used by this servlet.
protected  ContextLoader ContextLoaderListener.createContextLoader()
          Create the ContextLoader to use.
 ContextLoader ContextLoaderListener.getContextLoader()
          Return the ContextLoader used by this listener.
 



Copyright (C) 2003-2004 The Spring Framework Project.