Package | Description |
---|---|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
org.springframework.beans.factory.groovy |
Support package for Groovy-based bean definitions.
|
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" XSD. |
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 2.x,
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.annotation |
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
|
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.codec | |
org.springframework.core.io |
Generic abstraction for (file-based) resources, used throughout the framework.
|
org.springframework.core.io.buffer |
Generic abstraction for working with byte buffer implementations.
|
org.springframework.core.io.support |
Support classes for Spring's resource abstraction.
|
org.springframework.core.type.classreading |
Support classes for reading annotation and class-level metadata.
|
org.springframework.http |
Contains a basic abstraction over client/server-side HTTP.
|
org.springframework.http.codec | |
org.springframework.http.converter |
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
org.springframework.jca.context |
Integration package that allows for deploying a Spring application context
as a JCA 1.7 compliant RAR file.
|
org.springframework.jdbc.config |
Defines the Spring JDBC configuration namespace.
|
org.springframework.jdbc.datasource.embedded |
Provides extensible support for creating embedded database instances.
|
org.springframework.jdbc.datasource.init |
Provides extensible support for initializing databases through scripts.
|
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 3.0 mock objects,
targeted at usage with Spring's Web MVC framework.
|
org.springframework.orm.hibernate5 |
Package providing integration of
Hibernate 5.x
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.oxm.castor |
Package providing integration of Castor
within Spring's O/X Mapping support.
|
org.springframework.oxm.jaxb |
Package providing integration of JAXB
with Spring's O/X Mapping support.
|
org.springframework.oxm.support |
Provides generic support classes for using Spring's O/X Mapping integration
within various scenario's.
|
org.springframework.remoting.jaxws |
Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC),
as included in Java 6 and Java EE 5.
|
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.test.context.support |
Support classes for the Spring TestContext Framework.
|
org.springframework.test.context.util |
Common utilities used within the Spring TestContext Framework.
|
org.springframework.test.web.client.response |
Contains built-in
ResponseCreator
implementations. |
org.springframework.ui.freemarker |
Support classes for setting up
FreeMarker
within a Spring application context.
|
org.springframework.validation.beanvalidation |
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
|
org.springframework.web.accept |
This package contains classes used to determine the requested the media types in a request.
|
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 |
Multipart resolution framework for handling file uploads.
|
org.springframework.web.multipart.commons |
MultipartResolver implementation for
Apache Commons FileUpload.
|
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
org.springframework.web.reactive.function |
Provides a foundation for both the reactive client and server subpackages.
|
org.springframework.web.reactive.function.server |
Provides the types that make up Spring's functional web framework.
|
org.springframework.web.reactive.resource |
Support classes for serving static resources.
|
org.springframework.web.reactive.result.view.script |
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g.
|
org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
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 and Description |
---|
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 and Description |
---|
ResourceEditor |
Class and Description |
---|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
ProtocolResolver
A resolution strategy for protocol-specific resource handles.
|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
DefaultResourceLoader
Default implementation of the
ResourceLoader interface. |
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
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 and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as
UrlResource or ClassPathResource . |
AbstractResource
Convenience base class for
Resource implementations,
pre-implementing typical behavior. |
ClassPathResource
Resource implementation for class path resources. |
ContextResource
Extended interface for a resource that is loaded from an enclosing
'context', e.g.
|
DefaultResourceLoader
Default implementation of the
ResourceLoader interface. |
InputStreamSource
Simple interface for objects that are sources for an
InputStream . |
ProtocolResolver
A resolution strategy for protocol-specific resource handles.
|
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..
|
UrlResource
Resource implementation for java.net.URL locators. |
WritableResource
Extended interface for a resource that supports writing to it.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
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 and Description |
---|
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 and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
DefaultResourceLoader
Default implementation of the
ResourceLoader interface. |
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
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 and Description |
---|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
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.
|
Class and Description |
---|
InputStreamSource
Simple interface for objects that are sources for an
InputStream . |
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
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 and Description |
---|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
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 and Description |
---|
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 and Description |
---|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
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 and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
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 and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as
UrlResource or ClassPathResource . |
AbstractResource
Convenience base class for
Resource implementations,
pre-implementing typical behavior. |
ContextResource
Extended interface for a resource that is loaded from an enclosing
'context', e.g.
|
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 and Description |
---|
InputStreamSource
Simple interface for objects that are sources for an
InputStream . |
Class and Description |
---|
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.
|
Class and Description |
---|
ResourceLoader
Strategy interface for loading resources (e..
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
AbstractResource
Convenience base class for
Resource implementations,
pre-implementing typical behavior. |
ByteArrayResource
Resource implementation for a given byte array. |
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.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Class and Description |
---|
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|