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 | |
org.openmrs.module |
OpenMRS Module classes
|
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 |
DefaultMessageSourceServiceImpl
Loads messages from the default message properties file before spring starts up
|
class |
MessageSourceServiceImpl
Extensible implementation of the MessageSourceService, which relies on injected implementations
of MutableMessageSource to actually provide the services.
|
Constructor and Description |
---|
ModuleFileParser(MessageSourceService messageSourceService)
Creates a ModuleFileParser.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.