Uses of Package
org.springframework.context.support
Packages that use org.springframework.context.support
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
AOT support for application contexts.
Classes supporting the org.springframework.context package,
 such as abstract base classes for ApplicationContext
 implementations and a MessageSource implementation.
Formatters for 
java.util.Date properties.Integration with the JSR-310 
java.time package in JDK 8.Formatters for 
java.lang.Number properties.Integration with the JSR-354 
javax.money package.Provides data binding and validation functionality,
 for usage in business and/or UI layers.
- 
Classes in org.springframework.context.support used by org.springframework.context.annotationClassDescriptionAbstract implementation of theApplicationContextinterface.Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.
- 
Classes in org.springframework.context.support used by org.springframework.context.aotClassDescriptionGeneric ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.
- 
Classes in org.springframework.context.support used by org.springframework.context.supportClassDescriptionAbstract implementation of theApplicationContextinterface.Abstract implementation of theHierarchicalMessageSourceinterface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.Base class forApplicationContextimplementations which are supposed to support multiple calls toAbstractApplicationContext.refresh(), creating a new internal bean factory instance every time.AbstractRefreshableApplicationContextsubclass that adds common handling of specified config locations.Abstract base class forMessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource.Convenient base class forApplicationContextimplementations, drawing configuration from XML documents containing bean definitions understood by anXmlBeanDefinitionReader.Generic ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.Base class for message source implementations, providing support infrastructure such asMessageFormathandling but not implementing concrete methods defined in theMessageSource.PropertiesHolder for caching.Simple implementation ofMessageSourcewhich allows messages to be registered programmatically.
- 
Classes in org.springframework.context.support used by org.springframework.format.datetimeClassDescriptionConvenient base class for components with a need for embedded value resolution (i.e.
- 
Classes in org.springframework.context.support used by org.springframework.format.datetime.standardClassDescriptionConvenient base class for components with a need for embedded value resolution (i.e.
- 
Classes in org.springframework.context.support used by org.springframework.format.numberClassDescriptionConvenient base class for components with a need for embedded value resolution (i.e.
- 
Classes in org.springframework.context.support used by org.springframework.format.number.moneyClassDescriptionConvenient base class for components with a need for embedded value resolution (i.e.
- 
Classes in org.springframework.context.support used by org.springframework.validation