Class IXApplicationContext

java.lang.Object
wt.ixb.publicforapps.contextData.IXApplicationContext
All Implemented Interfaces:
Serializable

public class IXApplicationContext extends Object implements Serializable
The wrapper class for determining the context from which IX framework is invoked.
Supported API: true
See Also:
  • Method Details

    • getLocalizedMessage

      public String getLocalizedMessage(Locale locale)
      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

      public String 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)