|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.opensuit.core.util.BaseMessages
public class BaseMessages
Helper class to access open SUIT specific localized messages.
Constructor Summary | |
---|---|
BaseMessages()
|
Method Summary | |
---|---|
static java.util.ResourceBundle |
getBundle(java.util.Locale iLocale)
Returns the resource bundle for the given locale. |
static java.lang.String |
getBundleBaseName()
Returns the open SUIT resource bundle base name. |
static java.lang.String |
getMessage(java.util.Locale iLocale,
java.lang.String iKey,
java.lang.Object... iArgs)
Returns the localized open SUIT message, with arguments replacement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseMessages()
Method Detail |
---|
public static java.lang.String getBundleBaseName()
public static java.util.ResourceBundle getBundle(java.util.Locale iLocale)
public static java.lang.String getMessage(java.util.Locale iLocale, java.lang.String iKey, java.lang.Object... iArgs)
iLocale
- Locale to apply.iKey
- The message key.iArgs
- The message arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |