public final class LocalizableMessage extends Object implements Localizable
NOT_LOCALIZABLE| Constructor and Description |
|---|
LocalizableMessage(String bundlename,
String key,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments()
Returns the arguments for message formatting.
|
String |
getKey()
Gets the key in the resource bundle.
|
String |
getResourceBundleName()
Get the name of the localization messages resource bundle.
|
public String getKey()
LocalizablegetKey in interface LocalizableLocalizable.NOT_LOCALIZABLE, that means the
message is not localizable, and the first item of Localizable.getArguments()
array holds a String.public Object[] getArguments()
LocalizablegetArguments in interface Localizablenull.public String getResourceBundleName()
LocalizablegetResourceBundleName in interface LocalizableCopyright © 2012-2013. All Rights Reserved.