public final class LocalizableMessage extends java.lang.Object implements Localizable
NOT_LOCALIZABLE| Constructor and Description | 
|---|
LocalizableMessage(java.lang.String bundlename,
                  java.lang.String key,
                  java.lang.Object... args)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object[] | 
getArguments()
Returns the arguments for message formatting. 
 | 
java.lang.String | 
getKey()
Gets the key in the resource bundle. 
 | 
java.lang.String | 
getResourceBundleName()
Get the name of the localization messages resource bundle. 
 | 
public LocalizableMessage(java.lang.String bundlename,
                          java.lang.String key,
                          java.lang.Object... args)
public java.lang.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 java.lang.Object[] getArguments()
LocalizablegetArguments in interface Localizablenull.public java.lang.String getResourceBundleName()
LocalizablegetResourceBundleName in interface LocalizableCopyright © 2012–2025 Oracle Corporation. All rights reserved.