Package wt.ixb.publicforapps.contextData
Class IXApplicationContext
java.lang.Object
wt.ixb.publicforapps.contextData.IXApplicationContext
- All Implemented Interfaces:
Serializable
The wrapper class for determining the context from which IX framework is invoked.
Supported API: true
Supported API: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedMessage(Locale locale) Obtain a message, localised for the specified locale.Gets the string representation of this object's context Supported API: true
-
Method Details
-
getLocalizedMessage
Obtain a message, localised for the specified locale.
Supported API: true- Parameters:
The- locale for which a display name is desired.- Returns:
- The localised display name as the localizable message.
-
getStringValue
Gets the string representation of this object's context Supported API: true- Returns:
- The string representation of an EnumeratedType instance
- See Also:
-
#toEnumeratedType(String)#getStringValue(String,String)
-