Uses of Class
org.springframework.context.support.AbstractMessageSource
Packages that use 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
Subclasses of AbstractMessageSource in org.springframework.context.supportModifier and TypeClassDescriptionclassAbstract base class forMessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource.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.