| AbstractApplicationContext |
Abstract implementation of the ApplicationContext
interface. |
| AbstractMessageSource |
Abstract implementation of the HierarchicalMessageSource interface,
implementing common handling of message variants, making it easy
to implement a specific strategy for a concrete MessageSource. |
| AbstractRefreshableApplicationContext |
Base class for ApplicationContext
implementations which are supposed to support multiple calls to refresh(),
creating a new internal bean factory instance every time. |
| AbstractRefreshableConfigApplicationContext |
AbstractRefreshableApplicationContext subclass that adds common handling
of specified config locations. |
| AbstractRefreshablePortletApplicationContext |
AbstractRefreshableApplicationContext
subclass which implements the ConfigurablePortletApplicationContext
interface for portlet environments. |
| AbstractRefreshableWebApplicationContext |
AbstractRefreshableApplicationContext
subclass which implements the
ConfigurableWebApplicationContext
interface for web environments. |
| AbstractXmlApplicationContext |
Convenient base class for ApplicationContext
implementations, drawing configuration from XML documents containing bean definitions
understood by an XmlBeanDefinitionReader. |
| AnnotationConfigApplicationContext |
Standalone application context, accepting annotated classes as input - in particular
@Configuration-annotated
classes, but also plain @Components
and JSR-330 compliant classes using javax.inject annotations. |
| AnnotationConfigWebApplicationContext |
WebApplicationContext implementation
which accepts annotated classes as input - in particular
@Configuration-annotated
classes, but also plain @Components
and JSR-330 compliant classes using javax.inject annotations. |
| ApplicationContext |
Central interface to provide configuration for an application. |
| ClassPathXmlApplicationContext |
Standalone XML application context, taking the context definition files
from the class path, interpreting plain paths as class path resource names
that include the package path (e.g. |
| ConfigurableApplicationContext |
SPI interface to be implemented by most if not all application contexts. |
| ConfigurablePortletApplicationContext |
Interface to be implemented by configurable portlet application contexts. |
| ConfigurableWebApplicationContext |
Interface to be implemented by configurable web application contexts. |
| DelegatingMessageSource |
Empty MessageSource that delegates all calls to the parent MessageSource. |
| FileSystemXmlApplicationContext |
Standalone XML application context, taking the context definition files
from the file system or from URLs, interpreting plain paths as relative
file system locations (e.g. |
| GenericApplicationContext |
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format. |
| GenericWebApplicationContext |
Subclass of GenericApplicationContext, suitable for web environments. |
| GenericXmlApplicationContext |
Convenient application context with built-in XML support. |
| HierarchicalMessageSource |
Sub-interface of MessageSource to be implemented by objects that
can resolve messages hierarchically. |
| ReloadableResourceBundleMessageSource |
MessageSource implementation that
accesses resource bundles using specified basenames. |
| ResourceAdapterApplicationContext |
ApplicationContext implementation
for a JCA ResourceAdapter. |
| ResourceBundleMessageSource |
MessageSource implementation that
accesses resource bundles using specified basenames. |
| StaticApplicationContext |
ApplicationContext implementation
which supports programmatic registration of beans and messages,
rather than reading bean definitions from external configuration sources. |
| StaticMessageSource |
Simple implementation of MessageSource
which allows messages to be registered programmatically. |
| StaticPortletApplicationContext |
Static Portlet-based ApplicationContext
implementation for testing. |
| StaticWebApplicationContext |
Static WebApplicationContext
implementation for testing. |
| WebApplicationContext |
Interface to provide configuration for a web application. |
| XmlPortletApplicationContext |
Portlet-based WebApplicationContext
implementation which takes its configuration from XML documents, understood
by an XmlBeanDefinitionReader. |
| XmlWebApplicationContext |
WebApplicationContext implementation
which takes its configuration from XML documents, understood by an
XmlBeanDefinitionReader. |