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()
Localizable
getKey
in interface Localizable
Localizable.NOT_LOCALIZABLE
, that means the message is not localizable, and the first
item of Localizable.getArguments()
array holds a String
.public Object[] getArguments()
Localizable
getArguments
in interface Localizable
null
.public String getResourceBundleName()
Localizable
getResourceBundleName
in interface Localizable
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.