public class CachedMessageSource extends org.springframework.context.support.AbstractMessageSource implements MutableMessageSource
Constructor and Description |
---|
CachedMessageSource() |
Modifier and Type | Method and Description |
---|---|
void |
addPresentation(PresentationMessage message)
Adds a presentation message to the source.
|
java.util.Collection<java.util.Locale> |
getLocales()
Gets the locales for which messages are available from this source.
|
PresentationMessage |
getPresentation(java.lang.String key,
java.util.Locale forLocale)
Gets the PresentationMessage for a particular locale.
|
java.util.Collection<PresentationMessage> |
getPresentations()
Gets all of the available messages, packaged as PresentationMessages.
|
java.util.Collection<PresentationMessage> |
getPresentationsInLocale(java.util.Locale locale)
Gets alll the available messages in a particular locale, packaged as PresentationMessages.
|
void |
merge(MutableMessageSource fromSource,
boolean overwrite)
Merge messages from another source into this source.
|
void |
publishProperties(java.util.Properties arg0,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3,
java.lang.String arg4)
Deprecated.
|
void |
removePresentation(PresentationMessage message)
Removes a presentation message from the source.
|
protected java.text.MessageFormat |
resolveCode(java.lang.String code,
java.util.Locale locale) |
getDefaultMessage, getMessage, getMessage, getMessage, getMessageFromParent, getMessageInternal, getParentMessageSource, isUseCodeAsDefaultMessage, resolveArguments, resolveCodeWithoutArguments, setParentMessageSource, setUseCodeAsDefaultMessage
createMessageFormat, formatMessage, isAlwaysUseMessageFormat, renderDefaultMessage, setAlwaysUseMessageFormat
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void addPresentation(PresentationMessage message)
MutableMessageSource
addPresentation
in interface MutableMessageSource
message
- message to add to the sourcepublic java.util.Collection<java.util.Locale> getLocales()
MutableMessageSource
getLocales
in interface MutableMessageSource
MutableMessageSource.getLocales()
public java.util.Collection<PresentationMessage> getPresentations()
MutableMessageSource
getPresentations
in interface MutableMessageSource
public void publishProperties(java.util.Properties arg0, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, java.lang.String arg4)
MutableMessageSource
publishProperties
in interface MutableMessageSource
arg0
- key/value properties for the messagesarg1
- locale in which the messages are expressedarg2
- namespace within which the properties are valid ("" for generic, "module"
for modules, etc)arg3
- unique name for the properties within the namespacearg4
- version of the propertiesMutableMessageSource.publishProperties(java.util.Properties,
java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void removePresentation(PresentationMessage message)
MutableMessageSource
removePresentation
in interface MutableMessageSource
message
- the message to removepublic void merge(MutableMessageSource fromSource, boolean overwrite)
MutableMessageSource
merge
in interface MutableMessageSource
fromSource
- message source from which messages should be mergeoverwrite
- whether to overwrite existing messagespublic PresentationMessage getPresentation(java.lang.String key, java.util.Locale forLocale)
MutableMessageSource
getPresentation
in interface MutableMessageSource
key
- textual key for the messageforLocale
- locale for which to get the messageMutableMessageSource.getPresentation(java.lang.String,
java.util.Locale)
public java.util.Collection<PresentationMessage> getPresentationsInLocale(java.util.Locale locale)
MutableMessageSource
getPresentationsInLocale
in interface MutableMessageSource
locale
- locale for which to get the messagesMutableMessageSource.getPresentationsInLocale(java.util.Locale)
protected java.text.MessageFormat resolveCode(java.lang.String code, java.util.Locale locale)
resolveCode
in class org.springframework.context.support.AbstractMessageSource
AbstractMessageSource.resolveCode(java.lang.String,
java.util.Locale)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.