com.semarchy.mdm.backend.runtime.bindings
Class Messages

java.lang.Object
  extended by com.semarchy.mdm.backend.runtime.bindings.Messages

public class Messages
extends Object

Default helper class that exposes this plug-in's resource bundle through the Localization support. When using eclipse for string externalization, you can use a call to this class and configure the substitution method in the wizard to use getStrring(${key}, RWT.getLocale()))

Author:
skamel

Constructor Summary
Messages()
           
 
Method Summary
static com.semarchy.commons.util.i18n.LocalizationSupport getLocalizationSupport()
           
static String getString(String pKey, Locale pLocale)
           
static String getString(String pKey, Locale pLocale, Object... pArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

getString

public static String getString(String pKey,
                               Locale pLocale)

getString

public static String getString(String pKey,
                               Locale pLocale,
                               Object... pArgs)

getLocalizationSupport

public static com.semarchy.commons.util.i18n.LocalizationSupport getLocalizationSupport()


Copyright © 2015. All Rights Reserved.