public class MessageSourceServiceImpl extends java.lang.Object implements MessageSourceService
Constructor and Description |
---|
MessageSourceServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addPresentation(PresentationMessage message)
Adds a presentation message to the source.
|
MutableMessageSource |
getActiveMessageSource()
Gets the message source service which is currently providing services.
|
java.util.Collection<java.util.Locale> |
getLocales()
Gets the locales which are available from the current message source.
|
java.lang.String |
getMessage(org.springframework.context.MessageSourceResolvable resolvable,
java.util.Locale locale) |
java.lang.String |
getMessage(java.lang.String s)
Get the message with the given code from the current user's selected locale.
|
java.lang.String |
getMessage(java.lang.String code,
java.lang.Object[] args,
java.util.Locale locale) |
java.lang.String |
getMessage(java.lang.String code,
java.lang.Object[] args,
java.lang.String defaultMessage,
java.util.Locale locale) |
java.util.Set<MutableMessageSource> |
getMessageSources() |
org.springframework.context.MessageSource |
getParentMessageSource() |
PresentationMessage |
getPresentation(java.lang.String key,
java.util.Locale forLocale)
Gets the PresentationMessage for a particular locale.
|
java.util.Collection<PresentationMessage> |
getPresentations()
Returns all available messages.
|
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)
Merges messages from another message source into the active (current) message source.
|
void |
publishProperties(java.util.Properties props,
java.lang.String locale,
java.lang.String namespace,
java.lang.String name,
java.lang.String version)
Deprecated.
use
merge(MutableMessageSource, boolean) instead |
void |
removePresentation(PresentationMessage message)
Removes a presentation message from the source.
|
void |
setActiveMessageSource(MutableMessageSource activeMessageSource)
Sets the message source service which will actually provide services.
|
void |
setMessageSources(java.util.Set<MutableMessageSource> availableMessageSources) |
void |
setParentMessageSource(org.springframework.context.MessageSource parent) |
public java.lang.String getMessage(java.lang.String s)
MessageSourceService
getMessage
in interface MessageSourceService
s
- message code to retrieveMessageSourceService.getMessage(java.lang.String)
public MutableMessageSource getActiveMessageSource()
getActiveMessageSource
in interface MessageSourceService
public void setActiveMessageSource(MutableMessageSource activeMessageSource)
setActiveMessageSource
in interface MessageSourceService
activeMessageSource
- the activeMessageSourceService to setpublic java.util.Collection<java.util.Locale> getLocales()
getLocales
in interface MutableMessageSource
MutableMessageSource.getLocales()
public void publishProperties(java.util.Properties props, java.lang.String locale, java.lang.String namespace, java.lang.String name, java.lang.String version)
merge(MutableMessageSource, boolean)
insteadpublishProperties
in interface MessageSourceService
publishProperties
in interface MutableMessageSource
props
- key/value properties for the messageslocale
- locale in which the messages are expressednamespace
- namespace within which the properties are valid ("" for generic, "module"
for modules, etc)name
- unique name for the properties within the namespaceversion
- version of the propertiesMessageSourceService.publishProperties(Properties, String,
String, String, String)
public java.util.Collection<PresentationMessage> getPresentations()
getPresentations
in interface MutableMessageSource
MutableMessageSource.getPresentations()
public java.lang.String getMessage(org.springframework.context.MessageSourceResolvable resolvable, java.util.Locale locale)
getMessage
in interface org.springframework.context.MessageSource
MessageSource.getMessage(org.springframework.context.MessageSourceResolvable,
java.util.Locale)
public java.lang.String getMessage(java.lang.String code, java.lang.Object[] args, java.util.Locale locale) throws org.springframework.context.NoSuchMessageException
getMessage
in interface org.springframework.context.MessageSource
org.springframework.context.NoSuchMessageException
MessageSource.getMessage(java.lang.String,
java.lang.Object[], java.util.Locale)
public java.lang.String getMessage(java.lang.String code, java.lang.Object[] args, java.lang.String defaultMessage, java.util.Locale locale)
getMessage
in interface org.springframework.context.MessageSource
MessageSource.getMessage(java.lang.String,
java.lang.Object[], java.lang.String, java.util.Locale)
public void addPresentation(PresentationMessage message)
MutableMessageSource
addPresentation
in interface MutableMessageSource
message
- message to add to the sourceMutableMessageSource.addPresentation(org.openmrs.messagesource.PresentationMessage)
public void removePresentation(PresentationMessage message)
MutableMessageSource
removePresentation
in interface MutableMessageSource
message
- the message to removeMutableMessageSource.addPresentation(org.openmrs.messagesource.PresentationMessage)
public java.util.Set<MutableMessageSource> getMessageSources()
getMessageSources
in interface MessageSourceService
public void setMessageSources(java.util.Set<MutableMessageSource> availableMessageSources)
setMessageSources
in interface MessageSourceService
availableMessageSources
- the availableMessageSources to setpublic void merge(MutableMessageSource fromSource, boolean overwrite)
merge
in interface MutableMessageSource
fromSource
- message source from which messages should be mergeoverwrite
- whether to overwrite existing messagesMutableMessageSource.merge(MutableMessageSource, boolean)
public 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)
public org.springframework.context.MessageSource getParentMessageSource()
getParentMessageSource
in interface org.springframework.context.HierarchicalMessageSource
HierarchicalMessageSource.getParentMessageSource()
public void setParentMessageSource(org.springframework.context.MessageSource parent)
setParentMessageSource
in interface org.springframework.context.HierarchicalMessageSource
HierarchicalMessageSource.setParentMessageSource(org.springframework.context.MessageSource)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.