Package | Description |
---|---|
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.access |
Helper infrastructure to locate and access shared application contexts.
|
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.format.datetime |
Formatters for
java.util.Date properties. |
org.springframework.format.datetime.joda |
Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.
|
org.springframework.format.number |
Formatters for
java.lang.Number properties. |
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
org.springframework.jca.context |
Integration package that allows for deploying a Spring application context
as a JCA 1.5 compliant RAR file.
|
org.springframework.jca.endpoint |
This package provides a facility for generic JCA message endpoint management.
|
org.springframework.jdbc.config |
Defines the Spring JDBC configuration namespace.
|
org.springframework.jms.listener |
This package contains the base message listener container facility.
|
org.springframework.jms.listener.endpoint |
This package provides JCA-based endpoint management for JMS message listeners.
|
org.springframework.orm.hibernate3.annotation |
Support package for the Hibernate3 Annotation add-on,
which supports EJB3-compliant JDK 1.5+ annotations for mappings.
|
org.springframework.orm.hibernate3.support |
Classes supporting the
org.springframework.orm.hibernate3 package. |
org.springframework.orm.hibernate4 |
Package providing integration of
Hibernate 4.x
with Spring concepts.
|
org.springframework.orm.jdo.support |
Classes supporting the
org.springframework.orm.jdo 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.orm.jpa.support |
Classes supporting the
org.springframework.orm.jpa package. |
org.springframework.remoting.jaxrpc |
Remoting classes for Web Services via JAX-RPC.
|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
org.springframework.scripting.support |
Support classes for Spring's scripting package.
|
org.springframework.ui.context |
Contains classes defining the application context subinterface
for UI applications.
|
org.springframework.ui.context.support |
Classes supporting the org.springframework.ui.context package.
|
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.validation.beanvalidation |
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator 4.0) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
|
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.method |
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method package. |
org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationEvent
Class to be extended by all application events.
|
ApplicationEventPublisher
Interface that encapsulates event publication functionality.
|
ApplicationListener
Interface to be implemented by application event listeners.
|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
MessageSourceResolvable
Interface for objects that are suitable for message resolution in a
MessageSource . |
NoSuchMessageException
Exception thrown when a message can't be resolved.
|
Phased
Interface for objects that may participate in a phased
process such as lifecycle management.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationEventPublisher
Interface that encapsulates event publication functionality.
|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
EnvironmentAware
Interface to be implemented by any bean that wishes to be notified
of the
Environment that it runs in. |
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationEvent
Class to be extended by all application events.
|
ApplicationEventPublisher
Interface that encapsulates event publication functionality.
|
ApplicationEventPublisherAware
Interface to be implemented by any object that wishes to be notified
of the ApplicationEventPublisher (typically the ApplicationContext)
that it runs in.
|
ApplicationListener
Interface to be implemented by application event listeners.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
ApplicationEvent
Class to be extended by all application events.
|
ApplicationEventPublisher
Interface that encapsulates event publication functionality.
|
ApplicationListener
Interface to be implemented by application event listeners.
|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
EnvironmentAware
Interface to be implemented by any bean that wishes to be notified
of the
Environment that it runs in. |
HierarchicalMessageSource
Sub-interface of MessageSource to be implemented by objects that
can resolve messages hierarchically.
|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
LifecycleProcessor
Strategy interface for processing Lifecycle beans within the ApplicationContext.
|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
MessageSourceResolvable
Interface for objects that are suitable for message resolution in a
MessageSource . |
NoSuchMessageException
Exception thrown when a message can't be resolved.
|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
EmbeddedValueResolverAware
Interface to be implemented by any object that wishes to be notified of a
StringValueResolver for the resolution of embedded definition values.
|
Class and Description |
---|
EmbeddedValueResolverAware
Interface to be implemented by any object that wishes to be notified of a
StringValueResolver for the resolution of embedded definition values.
|
Class and Description |
---|
EmbeddedValueResolverAware
Interface to be implemented by any object that wishes to be notified of a
StringValueResolver for the resolution of embedded definition values.
|
Class and Description |
---|
EmbeddedValueResolverAware
Interface to be implemented by any object that wishes to be notified of a
StringValueResolver for the resolution of embedded definition values.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationEventPublisher
Interface that encapsulates event publication functionality.
|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
Class and Description |
---|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
Phased
Interface for objects that may participate in a phased
process such as lifecycle management.
|
SmartLifecycle
An extension of the
Lifecycle interface for those objects that require to
be started upon ApplicationContext refresh and/or shutdown in a particular order. |
Class and Description |
---|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
Phased
Interface for objects that may participate in a phased
process such as lifecycle management.
|
SmartLifecycle
An extension of the
Lifecycle interface for those objects that require to
be started upon ApplicationContext refresh and/or shutdown in a particular order. |
Class and Description |
---|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
Phased
Interface for objects that may participate in a phased
process such as lifecycle management.
|
SmartLifecycle
An extension of the
Lifecycle interface for those objects that require to
be started upon ApplicationContext refresh and/or shutdown in a particular order. |
Class and Description |
---|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
EnvironmentAware
Interface to be implemented by any bean that wishes to be notified
of the
Environment that it runs in. |
Class and Description |
---|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
EnvironmentAware
Interface to be implemented by any bean that wishes to be notified
of the
Environment that it runs in. |
Class and Description |
---|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
EnvironmentAware
Interface to be implemented by any bean that wishes to be notified
of the
Environment that it runs in. |
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
ApplicationListener
Interface to be implemented by application event listeners.
|
EmbeddedValueResolverAware
Interface to be implemented by any object that wishes to be notified of a
StringValueResolver for the resolution of embedded definition values.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
ApplicationListener
Interface to be implemented by application event listeners.
|
Class and Description |
---|
ResourceLoaderAware
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
Class and Description |
---|
MessageSourceResolvable
Interface for objects that are suitable for message resolution in a
MessageSource . |
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextInitializer
Callback interface for initializing a Spring
ConfigurableApplicationContext
prior to being refreshed. |
ApplicationEventPublisher
Interface that encapsulates event publication functionality.
|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
ApplicationEvent
Class to be extended by all application events.
|
ApplicationEventPublisher
Interface that encapsulates event publication functionality.
|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
Lifecycle
A common interface defining methods for start/stop lifecycle control.
|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
Class and Description |
---|
EnvironmentAware
Interface to be implemented by any bean that wishes to be notified
of the
Environment that it runs in. |
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
Class and Description |
---|
EnvironmentAware
Interface to be implemented by any bean that wishes to be notified
of the
Environment that it runs in. |
Copyright © 2021. All rights reserved.