Package | Description |
---|---|
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.jca.context |
Integration package that allows for deploying a Spring application context
as a JCA 1.5 compliant RAR file.
|
org.springframework.remoting.jaxrpc |
Remoting classes for Web Services via JAX-RPC.
|
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.web.context.support |
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes. |
Class and Description |
---|
AbstractApplicationContext
Abstract implementation of the
ApplicationContext
interface. |
GenericApplicationContext
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format. |
Class and Description |
---|
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 AbstractApplicationContext.refresh() ,
creating a new internal bean factory instance every time. |
AbstractRefreshableConfigApplicationContext
AbstractRefreshableApplicationContext subclass that adds common handling
of specified config locations. |
AbstractXmlApplicationContext
Convenient base class for
ApplicationContext
implementations, drawing configuration from XML documents containing bean definitions
understood by an XmlBeanDefinitionReader . |
GenericApplicationContext
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format. |
LiveBeansViewMBean
MBean operation interface for the
LiveBeansView feature. |
MessageSourceAccessor
Helper class for easy access to messages from a MessageSource,
providing various overloaded getMessage methods.
|
MessageSourceSupport
Base class for message source implementations, providing support infrastructure
such as
MessageFormat handling but not implementing concrete
methods defined in the MessageSource . |
ReloadableResourceBundleMessageSource.PropertiesHolder
PropertiesHolder for caching.
|
StaticMessageSource
Simple implementation of
MessageSource
which allows messages to be registered programmatically. |
Class and Description |
---|
AbstractApplicationContext
Abstract implementation of the
ApplicationContext
interface. |
GenericApplicationContext
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format. |
Class and Description |
---|
MessageSourceAccessor
Helper class for easy access to messages from a MessageSource,
providing various overloaded getMessage methods.
|
Class and Description |
---|
DefaultMessageSourceResolvable
Default implementation of the
MessageSourceResolvable interface. |
Class and Description |
---|
AbstractApplicationContext
Abstract implementation of the
ApplicationContext
interface. |
AbstractRefreshableApplicationContext
Base class for
ApplicationContext
implementations which are supposed to support multiple calls to AbstractApplicationContext.refresh() ,
creating a new internal bean factory instance every time. |
AbstractRefreshableConfigApplicationContext
AbstractRefreshableApplicationContext subclass that adds common handling
of specified config locations. |
ApplicationObjectSupport
Convenient superclass for application objects that want to be aware of
the application context, e.g.
|
GenericApplicationContext
Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format. |
LiveBeansView
Adapter for live beans view exposure, building a snapshot of current beans
and their dependencies from either a local
ApplicationContext (with a
local LiveBeansView bean definition) or all registered ApplicationContexts
(driven by the "spring.liveBeansView.mbeanDomain" environment property). |
LiveBeansViewMBean
MBean operation interface for the
LiveBeansView feature. |
StaticApplicationContext
ApplicationContext implementation
which supports programmatic registration of beans and messages,
rather than reading bean definitions from external configuration sources. |
Copyright © 2024. All rights reserved.