|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.internal.l10n.LocalizableMessage
public final class LocalizableMessage
| Field Summary |
|---|
| Fields inherited from interface org.glassfish.jersey.internal.l10n.Localizable |
|---|
NOT_LOCALIZABLE |
| Constructor Summary | |
|---|---|
LocalizableMessage(java.lang.String bundlename,
java.lang.String key,
java.lang.Object... args)
|
|
| 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()
Get the name of the localization messages resource bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalizableMessage(java.lang.String bundlename,
java.lang.String key,
java.lang.Object... args)
| 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 Localizablenull.public java.lang.String getResourceBundleName()
Localizable
getResourceBundleName in interface Localizable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||