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.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.test |
This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
has been deprecated in favor of using the listener-based Spring TestContext Framework.
|
org.springframework.test.annotation |
Support classes for annotation-driven tests.
|
org.springframework.test.context |
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
|
org.springframework.test.context.junit38 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
|
org.springframework.test.context.junit4 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
|
org.springframework.test.context.support |
Support classes for the Spring TestContext Framework.
|
org.springframework.test.context.testng |
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
|
org.springframework.test.context.web |
Web support classes for the Spring TestContext Framework.
|
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.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.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.
|
org.springframework.web.portlet |
Provides JSR-168 portlets that integrate with the application context
infrastructure, and the core interfaces and classes for the Portlet
variant of Spring's web MVC framework.
|
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.portlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.portlet.mvc |
Standard controller implementations for the portlet MVC framework that
comes with Spring.
|
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.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.method |
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method package. |
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.multiaction |
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
|
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 |
Spring's JSP standard tag library for JSP 2.0+.
|
org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.servlet.view.document |
Support classes for document generation,
providing View implementations for PDF and Excel.
|
org.springframework.web.servlet.view.feed |
Support classes for feed generation, providing View implementations for Atom and RSS.
|
org.springframework.web.servlet.view.freemarker |
Support classes for the integration of
FreeMarker
as Spring web view technology.
|
org.springframework.web.servlet.view.jasperreports |
Support classes for the integration of
JasperReports
as Spring web view technology.
|
org.springframework.web.servlet.view.json |
Support classes for providing a View implementation based on JSON serialization.
|
org.springframework.web.servlet.view.tiles |
Support classes for the integration of
Tiles
(included in Struts) as Spring web view technology.
|
org.springframework.web.servlet.view.tiles2 |
Support classes for the integration of
Tiles2
(the standalone version of Tiles) as Spring web view technology.
|
org.springframework.web.servlet.view.velocity |
Support classes for the integration of
Velocity
as Spring web view technology.
|
org.springframework.web.servlet.view.xml |
Support classes for providing a View implementation based on XML Marshalling.
|
org.springframework.web.servlet.view.xslt |
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
|
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 |
---|
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 |
---|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextInitializer
Callback interface for initializing a Spring
ConfigurableApplicationContext
prior to being refreshed. |
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
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. |
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. |
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
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. |
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextInitializer
Callback interface for initializing a Spring
ConfigurableApplicationContext
prior to being refreshed. |
ConfigurableApplicationContext
SPI interface to be implemented by most if not all application contexts.
|
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 |
---|
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 |
---|
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. |
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
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. |
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 |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContext
Central interface to provide configuration for an application.
|
ApplicationContextInitializer
Callback interface for initializing a Spring
ConfigurableApplicationContext
prior to being refreshed. |
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. |
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. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
ApplicationContextException
Exception thrown during application context initialization.
|
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
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.
|
MessageSourceAware
Interface to be implemented by any object that wishes to be notified
of the MessageSource (typically the ApplicationContext) that it runs in.
|
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
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. |
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 |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
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.
|
MessageSourceResolvable
Interface for objects that are suitable for message resolution in a
MessageSource . |
NoSuchMessageException
Exception thrown when a message can't be resolved.
|
Class and Description |
---|
MessageSource
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
NoSuchMessageException
Exception thrown when a message can't be resolved.
|
Class and Description |
---|
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 |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
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 |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
ApplicationContextException
Exception thrown during application context initialization.
|
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
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. |
ApplicationContextException
Exception thrown during application context initialization.
|
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
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 |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
Class and Description |
---|
ApplicationContextAware
Interface to be implemented by any object that wishes to be notified
of the
ApplicationContext that it runs in. |
ApplicationContextException
Exception thrown during application context initialization.
|
Copyright © 2015. All rights reserved.