Modifier and Type | Field and Description |
---|---|
private Locale | |
private ResourceBundle | |
public static final String |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public String | Returns: Returns the formatted message.The locale of the message. locale, String The message key. key, Object[] The message replacement text arguments. The order of the
arguments must match that of the placeholders in the actual
message. arguments)Implements com. Formats a message with the specified arguments using the given locale information. |
fLocale | back to summary |
---|---|
private Locale fLocale |
fResourceBundle | back to summary |
---|---|
private ResourceBundle fResourceBundle |
XPOINTER_DOMAIN | back to summary |
---|---|
public static final String XPOINTER_DOMAIN |
XPointerMessageFormatter | back to summary |
---|---|
pack-priv XPointerMessageFormatter() |
formatMessage | back to summary |
---|---|
public String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException Implements com. Formats a message with the specified arguments using the given locale information.
|