All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected NumberFormat |
createChoiceFormat(String arguments) |
protected DateFormat |
createDateFormat(String arguments,
Locale locale) |
protected NumberFormat |
createNumberFormat(String arguments,
Locale locale) |
protected DateFormat |
createTimeFormat(String arguments,
Locale locale) |
String |
format(String message,
Map<String,RuleParameterData> parameters,
Locale locale)
Formats a message with the given parameters and locale.
|
String |
format(String message,
Map<String,RuleParameterData> parameters,
Locale locale,
RuleMessageParameterDecorator parameterDecorator)
Formats a message with the given parameters and locale.
|
EnumerationService |
getEnumerationService() |
L10NService |
getL10NService() |
protected Format |
resolveFormat(String name,
String arguments,
Locale locale) |
protected Object |
resolveValue(RuleParameterData parameter,
Locale locale) |
protected Object |
sanitizeValue(RuleParameterData parameter) |
void |
setEnumerationService(EnumerationService enumerationService) |
void |
setL10NService(L10NService l10NService) |