| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void | NestingMessageSource.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 void | AbstractNestingMessageSource.setParent(MessageSource parent) |
Uses of MessageSource in org.springframework.ui.context |
Methods in org.springframework.ui.context that return MessageSource | |
MessageSource | Theme.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 | |
MessageSource | SimpleTheme.getMessageSource() |
Uses of MessageSource in org.springframework.web.servlet.support |
Methods in org.springframework.web.servlet.support with parameters of type MessageSource | |
static void | JstlUtils.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. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |