Uses of Class
org.springframework.context.support.AbstractMessageSource
Package
Description
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
-
Uses of AbstractMessageSource in org.springframework.context.support
Modifier and TypeClassDescriptionclass
Abstract base class forMessageSource
implementations based on resource bundle conventions, such asResourceBundleMessageSource
andReloadableResourceBundleMessageSource
.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.