Package | Description |
---|---|
org.openmrs.module |
OpenMRS Module classes
|
org.openmrs.module.web.extension |
Modifier and Type | Method and Description |
---|---|
abstract Extension.MEDIA_TYPE |
Extension.getMediaType()
Sets the content type of this extension.
|
static Extension.MEDIA_TYPE |
Extension.MEDIA_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Extension.MEDIA_TYPE[] |
Extension.MEDIA_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Extension> |
ModuleFactory.getExtensions(java.lang.String pointId,
Extension.MEDIA_TYPE type)
Return all of the extensions associated with the given
pointId Returns
getExtension(pointId) if no modules extend this pointId for given media type |
static java.lang.String |
Extension.toExtensionId(java.lang.String pointId,
Extension.MEDIA_TYPE mediaType)
Convert the given pointId and mediaType to an extensionId.
|
Modifier and Type | Method and Description |
---|---|
Extension.MEDIA_TYPE |
PatientDashboardTabExt.getMediaType() |
Extension.MEDIA_TYPE |
TableRowExt.getMediaType() |
Extension.MEDIA_TYPE |
FormEntryHandler.getMediaType() |
Extension.MEDIA_TYPE |
LinkExt.getMediaType() |
Extension.MEDIA_TYPE |
HeaderIncludeExt.getMediaType() |
Extension.MEDIA_TYPE |
PortletExt.getMediaType() |
Extension.MEDIA_TYPE |
LinkProviderExtension.getMediaType() |
Extension.MEDIA_TYPE |
BoxExt.getMediaType() |
Extension.MEDIA_TYPE |
AdministrationSectionExt.getMediaType() |
Extension.MEDIA_TYPE |
AddEncounterToVisitExtension.getMediaType() |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.