Uses of Class
org.springframework.context.MessageSource

Packages that use MessageSource
org.springframework.context 
org.springframework.context.support 
org.springframework.ui.context 
org.springframework.ui.context.support 
org.springframework.web.servlet.support 

Uses of MessageSource in org.springframework.context
 

Subinterfaces of MessageSource in org.springframework.context
interface ApplicationContext
          Interface to provide configuration for an application.
interface NestingMessageSource
          Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
 

Methods in org.springframework.context with parameters of type MessageSource
voidNestingMessageSource.setParent(MessageSource parent)
          Set the parent that will be used to try to resolve messages that this object can't resolve.
 

Uses of MessageSource in org.springframework.context.support
 

Constructors in org.springframework.context.support with parameters of type MessageSource
MessageSourceAccessor.MessageSourceAccessor(MessageSource messageSource, Locale defaultLocale)
          Create a new MessageSourceAccessor, using the given default locale.
MessageSourceAccessor.MessageSourceAccessor(MessageSource messageSource)
          Create a new MessageSourceAccessor, using the system Locale as default Locale.
MessageSourceResourceBundle.MessageSourceResourceBundle(MessageSource source, Locale locale)
          
 

Methods in org.springframework.context.support with parameters of type MessageSource
final voidAbstractNestingMessageSource.setParent(MessageSource parent)
          
 

Uses of MessageSource in org.springframework.ui.context
 

Methods in org.springframework.ui.context that return MessageSource
MessageSourceTheme.getMessageSource()
          Return the specific MessageSource that resolves messages with respect to this theme.
 

Uses of MessageSource in org.springframework.ui.context.support
 

Constructors in org.springframework.ui.context.support with parameters of type MessageSource
SimpleTheme.SimpleTheme(String name, MessageSource messageSource)
          
 

Methods in org.springframework.ui.context.support that return MessageSource
MessageSourceSimpleTheme.getMessageSource()
          
 

Uses of MessageSource in org.springframework.web.servlet.support
 

Methods in org.springframework.web.servlet.support with parameters of type MessageSource
static voidJstlUtils.exposeLocalizationContext(HttpServletRequest request, MessageSource messageSource)
          Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and message source.