LocalizableMessage
, NullLocalizable
public interface Localizable
Modifier and Type | Field | Description |
---|---|---|
static String |
NOT_LOCALIZABLE |
Special constant that represents a message that
is not localizable.
|
Modifier and Type | Method | Description |
---|---|---|
Object[] |
getArguments() |
Returns the arguments for message formatting.
|
String |
getKey() |
Gets the key in the resource bundle.
|
ResourceBundle |
getResourceBundle(Locale locale) |
|
String |
getResourceBundleName() |
static final String NOT_LOCALIZABLE
Use of "new" is to create an unique instance.
String getKey()
NOT_LOCALIZABLE
,
that means the message is not localizable, and
the first item of getArguments()
array
holds a String.Object[] getArguments()
String getResourceBundleName()
ResourceBundle getResourceBundle(Locale locale)
Copyright © 2018 Oracle Corporation. All rights reserved.