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

Packages that use org.springframework.core.io.support
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
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. 
org.springframework.jca.context Integration package that allows for deploying a Spring application context as a JCA 1.5 compliant RAR file. 
org.springframework.test.jdbc Support classes for tests based on JDBC. 
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. 
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. 
 

Classes in org.springframework.core.io.support used by org.springframework.beans.factory.config
PropertiesLoaderSupport
          Base class for JavaBean-style components that need to load properties from one or more resources.
 

Classes in org.springframework.core.io.support used by org.springframework.beans.factory.support
EncodedResource
          Holder that combines a Resource with a specific encoding to be used for reading from the resource.
 

Classes in org.springframework.core.io.support used by org.springframework.beans.factory.xml
EncodedResource
          Holder that combines a Resource with a specific encoding to be used for reading from the resource.
 

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
PropertiesLoaderSupport
          Base class for JavaBean-style components that need to load properties from one or more resources.
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.jca.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.test.jdbc
EncodedResource
          Holder that combines a Resource with a specific encoding to be used for reading from the resource.
 

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
          A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.
PropertiesLoaderSupport
          Base class for JavaBean-style components that need to load properties from one or more resources.
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.portlet.context
PathMatchingResourcePatternResolver
          A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.
ResourcePatternResolver
          Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
 



Copyright © 2002-2008 The Spring Framework.