java.lang.Object
org.glassfish.grizzly.localization.LocalizableMessage
- All Implemented Interfaces:
Localizable
- Author:
- WS Development Team
-
Field Summary
Fields inherited from interface org.glassfish.grizzly.localization.Localizable
NOT_LOCALIZABLE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalizableMessage
-
-
Method Details
-
getKey
Description copied from interface:LocalizableGets the key in the resource bundle.- Specified by:
getKeyin interfaceLocalizable- Returns:
- if this method returns
Localizable.NOT_LOCALIZABLE, that means the message is not localizable, and the first item ofLocalizable.getArguments()array holds a String.
-
getArguments
Description copied from interface:LocalizableReturns the arguments for message formatting.- Specified by:
getArgumentsin interfaceLocalizable- Returns:
- can be an array of length 0 but never be null.
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfaceLocalizable
-