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 a utility class for retrieval of the root application context etc. 
 

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.
 



Copyright (c) 2002-2007 The Spring Framework Project.