| Package | Description |
|---|---|
| ch.qos.cal10n |
The main package of the CAL10N project.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Enum |
MessageConveyor.getMessage(E key, Object
Given an enum as key, find the resource bundle corresponding to this locale and return the message corresponding to the key passed as parameter (internationalized per this locale).
|
<E extends Enum |
IMessageConveyor.getMessage(E key, Object
Retrieve a localized message by its key as specified by an enum.
|
String |
MessageConveyor.getMessage(MessageParameterObj
|
String |
IMessageConveyor.getMessage(MessageParameterObj
Syntactic sugar for the case where the massage is contained in a
MessageParameterObj.
|