Package ch.qos.cal10n
The main package of the CAL10N project.
It contains the IMessageConveyor
interface and the default
implementation MessageConveyor
.
-
Interface Summary Interface Description IMessageConveyor Retrieve a localized message by its key as specified by an enum. -
Class Summary Class Description Cal10nConstants This class defines the shared constants in CAL10N.MessageConveyor The default implementation forIMessageConveyor
based on resource bundles.MessageParameterObj Holds data relevant for a deferred message lookup. -
Exception Summary Exception Description MessageConveyorException -
Annotation Types Summary Annotation Type Description BaseName This annotation serves to designate the name of the resource bundle corresponding to an enum type.Locale SeeLocaleData
annotation.LocaleData In conjunction with the @Locale annotation, the @LocaleData annotation serves to designate a list of locale names for which resource bundles exist.