Uses of Package
org.springframework.core.io.support

Packages that use org.springframework.core.io.support
org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.  
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.core.io.support Support classes for Spring's resource abstraction, like a ResourcePatternResolver mechanism. 
org.springframework.web.context Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context. 
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. 
 

Classes in org.springframework.core.io.support used by org.springframework.context
ResourcePatternResolver
          Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
 

Classes in org.springframework.core.io.support used by org.springframework.context.support
ResourcePatternResolver
          Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
 

Classes in org.springframework.core.io.support used by org.springframework.core.io.support
ResourcePatternResolver
          Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
 

Classes in org.springframework.core.io.support used by org.springframework.web.context
ResourcePatternResolver
          Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
 

Classes in org.springframework.core.io.support used by org.springframework.web.context.support
PathMatchingResourcePatternResolver
          ResourcePatternResolver implementation that applies Ant-style path matching, using Spring's PathMatcher class.
ResourcePatternResolver
          Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
 



Copyright (C) 2003-2004 The Spring Framework Project.