Package | Description |
---|---|
org.apache.commons.logging |
Spring's variant of the
Commons Logging API:
with special support for Log4J 2, SLF4J and
java.util.logging . |
org.apache.commons.logging.impl |
Spring's variant of the
Commons Logging API:
with special support for Log4J 2, SLF4J and
java.util.logging . |
org.springframework.aop.aspectj.annotation |
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
|
org.springframework.aop.framework |
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
|
org.springframework.aop.framework.autoproxy |
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
|
org.springframework.aop.framework.autoproxy.target | |
org.springframework.aop.interceptor |
Provides miscellaneous interceptor implementations.
|
org.springframework.aop.target | |
org.springframework.aop.target.dynamic | |
org.springframework.beans.factory.annotation |
Support package for annotation-driven bean configuration.
|
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.wiring |
Mechanism to determine bean wiring metadata from a bean instance.
|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
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.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
org.springframework.cache.jcache.interceptor |
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
|
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.event |
Support classes for application events, like standard context events.
|
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.context.weaving |
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver abstraction. |
org.springframework.core |
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
|
org.springframework.core.codec | |
org.springframework.core.env |
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
|
org.springframework.core.io.support |
Support classes for Spring's resource abstraction.
|
org.springframework.core.log |
Useful delegates for Spring's logging conventions.
|
org.springframework.core.type.filter |
Core support package for type filtering (e.g.
|
org.springframework.dao.support |
Support classes for DAO implementations,
providing miscellaneous utility methods.
|
org.springframework.http |
Contains a basic abstraction over client/server-side HTTP.
|
org.springframework.http.client.support |
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
|
org.springframework.http.codec | |
org.springframework.http.codec.json |
JSON encoder and decoder support.
|
org.springframework.http.converter |
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
org.springframework.jca.context |
Integration package that allows for deploying a Spring application context
as a JCA 1.7 compliant RAR file.
|
org.springframework.jca.endpoint |
This package provides a facility for generic JCA message endpoint management.
|
org.springframework.jdbc.core |
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
|
org.springframework.jdbc.core.metadata |
Context metadata abstraction for the configuration and execution
of table inserts and stored procedure calls.
|
org.springframework.jdbc.core.simple |
Simplification layer for table inserts and stored procedure calls.
|
org.springframework.jdbc.datasource |
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
|
org.springframework.jdbc.object |
The classes in this package represent RDBMS queries, updates,
and stored procedures as threadsafe, reusable objects.
|
org.springframework.jdbc.support |
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
|
org.springframework.jdbc.support.lob |
Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
|
org.springframework.jms.annotation |
Annotations and support classes for declarative JMS listener endpoints.
|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.jms.connection |
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
org.springframework.jms.core.support |
Classes supporting the
org.springframework.jms.core package. |
org.springframework.jms.listener.adapter |
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
|
org.springframework.jms.listener.endpoint |
This package provides JCA-based endpoint management for JMS message listeners.
|
org.springframework.jms.support |
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
|
org.springframework.jmx.access |
Provides support for accessing remote MBean resources.
|
org.springframework.jmx.export.naming |
Provides a strategy for ObjectName creation.
|
org.springframework.jmx.support |
Contains support classes for connecting to local and remote
MBeanServer s
and for exposing an MBeanServer to remote clients. |
org.springframework.jndi |
The classes in this package make JNDI easier to use,
facilitating the accessing of configuration stored in JNDI,
and provide useful superclasses for JNDI access classes.
|
org.springframework.messaging.converter |
Provides support for message conversion.
|
org.springframework.messaging.core |
Defines interfaces and implementation classes for messaging templates.
|
org.springframework.messaging.handler |
Basic abstractions for working with message handler methods.
|
org.springframework.messaging.handler.annotation.reactive |
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
|
org.springframework.messaging.handler.invocation |
Common infrastructure for invoking message handler methods.
|
org.springframework.messaging.handler.invocation.reactive |
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
|
org.springframework.messaging.simp |
Generic support for Simple Messaging Protocols including protocols such as STOMP.
|
org.springframework.messaging.simp.annotation.support |
Support classes for handling messages from simple messaging protocols
(like STOMP).
|
org.springframework.messaging.simp.broker |
Provides a "simple" message broker implementation along with an abstract base
class and other supporting types such as a registry for subscriptions.
|
org.springframework.messaging.support |
Provides implementations of
Message along with
a MessageBuilder and MessageHeaderAccessor for building and working with messages and
message headers, as well as various MessageChannel
implementations and channel interceptor support. |
org.springframework.messaging.tcp.reactor |
Contains support for TCP messaging based on Reactor.
|
org.springframework.orm.hibernate5 |
Package providing integration of
Hibernate 5.x
with Spring concepts.
|
org.springframework.orm.hibernate5.support |
Classes supporting the
org.springframework.orm.hibernate5 package. |
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.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.httpinvoker |
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
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.remoting.rmi |
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
|
org.springframework.remoting.support |
Generic support classes for remoting implementations.
|
org.springframework.scheduling.annotation |
Java 5 annotation for asynchronous method execution.
|
org.springframework.scheduling.concurrent |
Scheduling convenience classes for the
java.util.concurrent
and javax.enterprise.concurrent packages, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context. |
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.scheduling.support |
Generic support classes for scheduling.
|
org.springframework.scripting.support |
Support classes for Spring's scripting package.
|
org.springframework.test.context.junit4 |
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
|
org.springframework.test.context.junit4.statements |
Custom JUnit 4
Statements used in the Spring TestContext Framework. |
org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
org.springframework.test.context.testng |
Support classes for integrating the Spring TestContext Framework
with TestNG.
|
org.springframework.test.context.web |
Web support classes for the Spring TestContext Framework.
|
org.springframework.transaction.interceptor |
AOP-based solution for declarative transaction demarcation.
|
org.springframework.transaction.jta |
Transaction SPI implementation for JTA.
|
org.springframework.transaction.reactive |
Support classes for reactive transaction management.
|
org.springframework.transaction.support |
Support classes for the org.springframework.transaction package.
|
org.springframework.ui.context.support |
Classes supporting the org.springframework.ui.context package.
|
org.springframework.ui.freemarker |
Support classes for setting up
FreeMarker
within a Spring application context.
|
org.springframework.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
org.springframework.util.xml |
Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Commons Logging.
|
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.web.accept |
This package contains classes used to determine the requested the media types in a request.
|
org.springframework.web.client.support |
Classes supporting the
org.springframework.web.client package. |
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.filter |
Provides generic filter base classes allowing for bean-style configuration.
|
org.springframework.web.jsf.el |
ELResolvers for integrating a JSF web layer with a Spring service layer
which is hosted in a Spring root WebApplicationContext.
|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.multipart.commons |
MultipartResolver implementation for
Apache Commons FileUpload.
|
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
org.springframework.web.reactive.resource |
Support classes for serving static resources.
|
org.springframework.web.reactive.result |
Support for various programming model styles including the invocation of
different types of handlers, e.g.
|
org.springframework.web.reactive.result.method |
Infrastructure for handler method processing.
|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
org.springframework.web.reactive.socket.adapter |
Classes adapting Spring's Reactive WebSocket API to and from WebSocket runtimes.
|
org.springframework.web.reactive.socket.server.support |
Server-side support classes for WebSocket requests.
|
org.springframework.web.servlet |
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.servlet.i18n |
Locale support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.tags |
This package contains Spring's JSP standard tag library for JSP 2.0+.
|
org.springframework.web.servlet.view.tiles3 |
Support classes for the integration of
Tiles 3
(the standalone version of Tiles) as Spring web view technology.
|
org.springframework.web.socket.client |
Client-side abstractions for WebSocket applications.
|
org.springframework.web.socket.handler |
Convenient
WebSocketHandler
implementations and decorators. |
org.springframework.web.socket.server.standard |
Server-side classes for use with standard JSR-356 WebSocket endpoints.
|
org.springframework.web.socket.server.support |
Server-side support classes including container-specific strategies
for upgrading a request.
|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
org.springframework.web.socket.sockjs.support |
Support classes for SockJS including an
AbstractSockJsService
implementation. |
org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService . |
org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession . |
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
LogFactory
A minimal incarnation of Apache Commons Logging's
LogFactory API,
providing just the common Log lookup methods. |
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|
Class and Description |
---|
Log
A simple logging interface abstracting logging APIs.
|