This class defines the pool of Localizationkey s, which are used
within the java-code of Scarab.
Localizationkey s are used in conjunction with
LocalizableMessage s to transport l10n enabled messages instead
of simple message strings.
The first part of the keyset defines keys to resources for exception messages.
The second part of the keyset defines keys to arbitrary resources used all
over the java-code.
Note: The velocity templates use much more resource keys, which are NOT
defined here, because they are not relevant for the java-part of this software.
version: $Id: L10NKeySet.java 10264 2006-08-27 15:37:01Z jorgeuriarte $ version: Default implementation of a Localization Key. version: version: Acts as a simple wrapper around the real key.
|