Uses of Interface
org.springframework.context.HierarchicalMessageSource
Package
Description
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
Modifier and TypeClassDescriptionclass
Abstract implementation of theHierarchicalMessageSource
interface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource.class
Abstract base class forMessageSource
implementations based on resource bundle conventions, such asResourceBundleMessageSource
andReloadableResourceBundleMessageSource
.class
EmptyMessageSource
that delegates all calls to the parent MessageSource.class
Spring-specificMessageSource
implementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext
's resource loading.class
MessageSource
implementation that accesses resource bundles using specified basenames.class
Simple implementation ofMessageSource
which allows messages to be registered programmatically.