Uses of Interface
org.springframework.context.HierarchicalMessageSource
Packages that use HierarchicalMessageSource Package Description org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.Uses of HierarchicalMessageSource in org.springframework.context.support
Classes in org.springframework.context.support that implement HierarchicalMessageSource Modifier and Type Class Description classAbstractMessageSourceAbstract implementation of theHierarchicalMessageSourceinterface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.classAbstractResourceBasedMessageSourceAbstract base class forMessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource.classDelegatingMessageSourceEmptyMessageSourcethat delegates all calls to the parent MessageSource.classReloadableResourceBundleMessageSourceSpring-specificMessageSourceimplementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext's resource loading.classResourceBundleMessageSourceMessageSourceimplementation that accesses resource bundles using specified basenames.classStaticMessageSourceSimple implementation ofMessageSourcewhich allows messages to be registered programmatically.