The Spring Framework

Uses of Class
org.springframework.core.io.support.PathMatchingResourcePatternResolver

Packages that use PathMatchingResourcePatternResolver
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 PathMatchingResourcePatternResolver in org.springframework.web.context.support
 

Subclasses of PathMatchingResourcePatternResolver in org.springframework.web.context.support
 class ServletContextResourcePatternResolver
          ServletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Servlet 2.3's ServletContext.getResourcePaths.
 

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

Subclasses of PathMatchingResourcePatternResolver in org.springframework.web.portlet.context
 class PortletContextResourcePatternResolver
          PortletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Portlet API's PortletContext.getResourcePaths.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.