The Spring Framework

Uses of Interface
org.springframework.core.io.ContextResource

Packages that use ContextResource
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
 

Uses of ContextResource in org.springframework.web.context.support
 

Classes in org.springframework.web.context.support that implement ContextResource
 class ServletContextResource
          Resource implementation for ServletContext resources, interpreting relative paths within the web application root directory.
 

Uses of ContextResource in org.springframework.web.portlet.context
 

Classes in org.springframework.web.portlet.context that implement ContextResource
 class PortletContextResource
          Resource implementation for PortletContext resources, interpreting relative paths within the portlet application root directory.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.