|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.parsing | Support infrastructure for bean definition parsing. |
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.beans.support | Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans. |
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.jmx.export.naming | Provides a strategy for ObjectName creation. |
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.mock.web.portlet | A comprehensive set of Portlet API mock objects, targeted at usage with Spring's web MVC framework. |
org.springframework.orm.hibernate | Package providing integration of Hibernate 2.1 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 (Java Date Objects) with Spring concepts. |
org.springframework.orm.jpa | Package providing integration of JPA (Java Persistence API) with Spring concepts. |
org.springframework.orm.jpa.persistenceunit | Internal support for managing JPA persistence units. |
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.scripting.support | Support classes for Spring's scripting package. |
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 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.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.portlet.context | Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. |
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 underlying resource, such as a 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 underlying resource, such as a file or class path resource. |
Classes in org.springframework.core.io used by org.springframework.beans.factory.parsing | |
---|---|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a 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 underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
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.beans.support | |
---|---|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
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 underlying resource, such as a file or class path resource. |
Classes in org.springframework.core.io used by org.springframework.context | |
---|---|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
Classes in org.springframework.core.io used by org.springframework.core.io | |
---|---|
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 an InputStream . |
|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
Classes in org.springframework.core.io used by org.springframework.core.io.support | |
---|---|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 underlying resource, such as a file or class path resource. |
Classes in org.springframework.core.io used by org.springframework.jmx.export.naming | |
---|---|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a 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 an InputStream . |
|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. |
Classes in org.springframework.core.io used by org.springframework.mock.web | |
---|---|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
Classes in org.springframework.core.io used by org.springframework.mock.web.portlet | |
---|---|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 underlying resource, such as a 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 underlying resource, such as a 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 underlying resource, such as a file or class path resource. |
Classes in org.springframework.core.io used by org.springframework.orm.jpa | |
---|---|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
Classes in org.springframework.core.io used by org.springframework.orm.jpa.persistenceunit | |
---|---|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
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 underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
Classes in org.springframework.core.io used by org.springframework.scripting.support | |
---|---|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
Classes in org.springframework.core.io used by org.springframework.web.context | |
---|---|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 an InputStream . |
|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system 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 underlying resource, such as a 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 underlying resource, such as a file or class path resource. |
Classes in org.springframework.core.io used by org.springframework.web.portlet.context | |
---|---|
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 an InputStream . |
|
Resource
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. |
|
ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). |
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 underlying resource, such as a 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 underlying resource, such as a file or class path resource. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |