|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.istack.localization.NullLocalizable
public final class NullLocalizable
Localizable that wraps a non-localizable string.
| Field Summary |
|---|
| Fields inherited from interface com.sun.istack.localization.Localizable |
|---|
NOT_LOCALIZABLE |
| Constructor Summary | |
|---|---|
NullLocalizable(java.lang.String msg)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullLocalizable(java.lang.String msg)
| Method Detail |
|---|
public java.lang.String getKey()
Localizable
getKey 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()
Localizable
getArguments in interface Localizablepublic java.lang.String getResourceBundleName()
getResourceBundleName in interface Localizable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||