| Interface | Description |
|---|---|
| ResourceBundleProvider |
Strategy interface for resolving
ResourceBundles for messages. |
| TemplateFormatter |
Strategy interface for formatting message templates (with placeholders for
arguments) for target locale.
|
| Class | Description |
|---|---|
| MessageArgConverter |
Converter for arguments of
LocalizableMessage. |
| MessageFormatTemplateFormatter |
MessageFormat based implementation of
TemplateFormatter. |
| MessageLocalizer |
Utility for localization of
LocalizableMessage or its dynamic
representation as StructValue. |
| SimpleBundleProvider |
Simple implementation of
ResourceBundleProvider based on
ResourceBundle.getBundle(String). |
| StringFormatTemplateFormatter |
Formatter based TemplateFormatter. |
| Exception | Description |
|---|---|
| LocalizationException |
Exception used to signal problems with localizing messages.
|