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



Copyright © 2002-2008 The Spring Framework.