| Package | Description |
|---|---|
| org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
| org.openmrs.messagesource.impl |
| Modifier and Type | Method and Description |
|---|---|
MessageSourceService |
ServiceContext.getMessageSourceService()
Gets the MessageSourceService used in the context.
|
static MessageSourceService |
Context.getMessageSourceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceContext.setMessageSourceService(MessageSourceService messageSourceService)
Sets the MessageSourceService used in the context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageSourceServiceImpl
Extensible implementation of the MessageSourceService, which relies on injected implementations
of MutableMessageSource to actually provide the services.
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.