Package | Description |
---|---|
ch.qos.cal10n |
The main package of the CAL10N project.
|
Modifier and Type | Method and Description |
---|---|
<E extends java.lang.Enum<?>> |
MessageConveyor.getMessage(E key,
java.lang.Object... args)
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 java.lang.Enum<?>> |
IMessageConveyor.getMessage(E key,
java.lang.Object... args)
Retrieve a localized message by its key as specified by an enum.
|
java.lang.String |
MessageConveyor.getMessage(MessageParameterObj mpo) |
java.lang.String |
IMessageConveyor.getMessage(MessageParameterObj mpo)
Syntactic sugar for the case where the massage is contained in a
MessageParameterObj . |
private <E extends java.lang.Enum<?>> |
MessageConveyor.lookupResourceBundleByEnumClassAndLocale(java.lang.Class<E> declaringClass) |