|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Localizable
Localizable message.
Field Summary | |
---|---|
static String |
NOT_LOCALIZABLE
Special constant that represents a message that is not localizable. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final String NOT_LOCALIZABLE
Use of "new" is to create an unique instance.
Method Detail |
---|
String getKey()
NOT_LOCALIZABLE
, that means the
message is not localizable, and the first item of getArguments()
array holds a String
.Object[] getArguments()
null
.String getResourceBundleName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |