public abstract class Module
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GLOBAL_VARIABLE_CONTAINER
The name of the global object that holds all variable definitions and
is able to do the placeholder replacement.
|
static java.lang.String |
ID |
static java.lang.String |
VARNAME_CDA_HOME |
static java.lang.String |
VENDOR |
Modifier and Type | Method and Description |
---|---|
static Variables |
getGlobalVariables()
Returns the global variable definitions
|
static java.lang.String |
getText(java.lang.String textId)
Returns the localized text for the given key.
|
static java.lang.String |
getText(java.lang.String textId,
java.lang.Object[] values)
Returns the text identified by the given textId where all placeholders
in the text are replaced by the objects specified in the given values
array.
|
static void |
initialize()
Loads the module's resource bundle for the default locale.
|
public static final java.lang.String ID
public static final java.lang.String VENDOR
public static final java.lang.String GLOBAL_VARIABLE_CONTAINER
public static final java.lang.String VARNAME_CDA_HOME
public static void initialize()
public static java.lang.String getText(java.lang.String textId, java.lang.Object[] values)
public static java.lang.String getText(java.lang.String textId)
public static Variables getGlobalVariables()