Uses of Class
org.springframework.context.support.MessageSourceSupport
Packages that use MessageSourceSupport
Package
Description
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
- 
Uses of MessageSourceSupport in org.springframework.context.supportSubclasses of MessageSourceSupport in org.springframework.context.supportModifier and TypeClassDescriptionclassAbstract implementation of theHierarchicalMessageSourceinterface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.classAbstract base class forMessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource.classEmptyMessageSourcethat delegates all calls to the parent MessageSource.classSpring-specificMessageSourceimplementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext's resource loading.classMessageSourceimplementation that accesses resource bundles using specified basenames.classSimple implementation ofMessageSourcewhich allows messages to be registered programmatically.