Uses of Class
org.springframework.context.support.AbstractNestingMessageSource

Packages that use AbstractNestingMessageSource
org.springframework.context.support 

Uses of AbstractNestingMessageSource in org.springframework.context.support
 

Subclasses of AbstractNestingMessageSource in org.springframework.context.support
class ReloadableResourceBundleMessageSource
          MessageSource that accesses the ResourceBundles with the specified basenames.
class ResourceBundleMessageSource
          MessageSource that accesses the ResourceBundles with the specified basenames.
class StaticMessageSource
          Simple implementation of NestingMessageSource that allows messages to be held in a Java object, and added programmatically.