| Package | Description | 
|---|---|
| org.openmrs.messagesource | |
| org.openmrs.messagesource.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MessageSourceService
Interface for a service which expands on the basic capabilities of a message source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutableMessageSource | 
MessageSourceService.getActiveMessageSource()
Gets the message source service which is currently providing services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MutableMessageSource> | 
MessageSourceService.getMessageSources()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MutableMessageSource.merge(MutableMessageSource fromSource,
     boolean overwrite)
Merge messages from another source into this source. 
 | 
void | 
MessageSourceService.setActiveMessageSource(MutableMessageSource activeMessageSource)
Sets the message source service which will actually provide services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessageSourceService.setMessageSources(java.util.Set<MutableMessageSource> availableMessageSources)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachedMessageSource
A MutableMessageSource backed by a localized map of PresentationMessageCollections, providing
 in-memory storage of PresentationMessages. 
 | 
class  | 
MessageSourceServiceImpl
Extensible implementation of the MessageSourceService, which relies on injected implementations
 of MutableMessageSource to actually provide the services. 
 | 
class  | 
MutableResourceBundleMessageSource
ResourceBundleMessageSource extends ReloadableResourceBundleMessageSource to provide the
 additional features of a MutableMessageSource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutableMessageSource | 
MessageSourceServiceImpl.getActiveMessageSource()
Gets the message source service which is currently providing services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<MutableMessageSource> | 
MessageSourceServiceImpl.getMessageSources()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MutableResourceBundleMessageSource.merge(MutableMessageSource fromSource,
     boolean overwrite)  | 
void | 
MessageSourceServiceImpl.merge(MutableMessageSource fromSource,
     boolean overwrite)
Merges messages from another message source into the active (current) message source. 
 | 
void | 
CachedMessageSource.merge(MutableMessageSource fromSource,
     boolean overwrite)  | 
void | 
MessageSourceServiceImpl.setActiveMessageSource(MutableMessageSource activeMessageSource)
Sets the message source service which will actually provide services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessageSourceServiceImpl.setMessageSources(java.util.Set<MutableMessageSource> availableMessageSources)  | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.