| Class and Description |
|---|
| I15dLogger
An internationalized (i15d) logger class for SLF4J.
|
| I18nHandler
The basic handler class in the hierarchy that implements an approach when
user preferences are either retrieved from the application or stored locally
in single-user-per-application-instance cases; to be subclassed by an
application.
|
| I18nHandlerInContext
The intermediate handler class in the hierarchy to implement an approach
when user preferences may be retrieved from an arbitrary generic
TContext instance; to be subclassed by an application. |
| I18nItem
The basic internationalized message storage and formatting class in the
hierarchy; not intended to be used or subclassed by applications
directly.
|
| I18nItemAny
A class that implements multi-locale resource in
MessageFormat style with arbitrary number of
arguments, to be used together with I18nHandler subclasses. |
| I18nItemInContext
The intermediate internationalized message storage and formatting class in
the hierarchy to implement an approach when user preferences may be retrieved
from an arbitrary generic
TContext instance; not intended to be used
or subclassed by applications directly. |
| LocalizedMessage
A utility class to facilitate construction and identification of localized
messages, with messages being allowed to take
MessageFormat-style arguments upon being
used. |