Uses of Package
org.springframework.core.io

Packages that use org.springframework.core.io
org.springframework.beans.factory The core package implementing Spring's lightweight Inversion of Control (IoC) container.  
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.beans.propertyeditors Properties editors used to convert from String values to object types such as java.util.Properties.  
org.springframework.cache.ehcache Support classes for the open source cache EHCache, allowing to set up an EHCache CacheManager and Caches as beans in a Spring context. 
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 Generic abstraction for (file-based) resources, used throughout the framework.  
org.springframework.core.io.support Support classes for Spring's resource abstraction, like a ResourcePatternResolver mechanism. 
org.springframework.jdbc.support Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.  
org.springframework.mail.javamail JavaMail support for Spring's mail infrastructure. 
org.springframework.mock.web A comprehensive set of Servlet API mock objects, targeted at usage with Spring's web MVC framework.  
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts.  
org.springframework.orm.ibatis Package providing integration of iBATIS Database Layer with Spring concepts.  
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts.  
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.  
org.springframework.ui.freemarker Support classes for setting up FreeMarker within a Spring application context. 
org.springframework.ui.velocity Support classes for setting up Velocity within a Spring application context. 
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. 
org.springframework.web.multipart.commons MultipartResolver implementation for Jakarta Commons FileUpload
org.springframework.web.multipart.cos MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet)
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.  
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Classes in org.springframework.core.io used by org.springframework.beans.factory
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.beans.factory.config
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.beans.factory.support
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.beans.factory.xml
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.beans.propertyeditors
ResourceEditor
          Editor for Resource descriptors, to automatically convert String locations (e.g.
 

Classes in org.springframework.core.io used by org.springframework.cache.ehcache
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.context
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.context.support
DefaultResourceLoader
          Default implementation of the ResourceLoader interface.
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.core.io
AbstractPathResolvingPropertyEditor
          Abstract base class for PropertyEditors that need to resolve placeholders in paths.
AbstractResource
          Convenience base class for Resource implementations, pre-implementing typical behavior.
DefaultResourceLoader
          Default implementation of the ResourceLoader interface.
InputStreamSource
          Simple interface for objects that are sources for java.io.InputStreams.
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.core.io.support
AbstractPathResolvingPropertyEditor
          Abstract base class for PropertyEditors that need to resolve placeholders in paths.
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.jdbc.support
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.mail.javamail
InputStreamSource
          Simple interface for objects that are sources for java.io.InputStreams.
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.mock.web
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.orm.hibernate
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.orm.ibatis
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.orm.jdo
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.scheduling.quartz
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.ui.freemarker
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.ui.velocity
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.web.context
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.web.context.support
AbstractResource
          Convenience base class for Resource implementations, pre-implementing typical behavior.
DefaultResourceLoader
          Default implementation of the ResourceLoader interface.
InputStreamSource
          Simple interface for objects that are sources for java.io.InputStreams.
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
ResourceLoader
          Interface to be implemented by objects that can load resources.
 

Classes in org.springframework.core.io used by org.springframework.web.multipart.commons
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.web.multipart.cos
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.web.servlet.view
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 

Classes in org.springframework.core.io used by org.springframework.web.servlet.view.xslt
Resource
          Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource.
 



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