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-2008 The Spring Framework.