public class ResourceBundleWrapper
extends java.lang.Object
| Constructor and Description |
|---|
ResourceBundleWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getValue(java.lang.String strResourceName,
java.lang.String strKey)
Retrieves the Value for specified from specified Locale object.
|
static java.lang.String |
getValue(java.lang.String strResourceName,
java.lang.String strKey,
java.lang.String section)
Retrieves the Value for specified from specified Locale object.
|
public static java.lang.String getValue(java.lang.String strResourceName,
java.lang.String strKey,
java.lang.String section)
strResourceName - the resource name .strKey - the key whose value to be found.section - the name of section in Clinicalpublic static java.lang.String getValue(java.lang.String strResourceName,
java.lang.String strKey)
strResourceName - the resource name .strKey - the key whose value to be found.