Package to.etc.webapp.nls

Interface Summary
IBundle Base interface for all resource bundle constructs.
NlsMessageProvider Something which can provide a message for a given code and locale.
 

Class Summary
BundleBase Base class for bundle related things, exposing formatters and other code around the single "findMessage" method.
BundleRef A bundleRef represents a single set of messages in multiple languages.
BundleStack Represents a stack of message bundles that behaves as a single message bundle.
NlsCachingMessageProvider This is a wrapper for a message provider which caches all of the retrievals.
NlsCodeTable Represents a code table with localized translations for several languages.
NlsContext Static accessor class to the current locale, "jargon" and currency information.
NlsMessageProviderList A list of message providers.
 

Exception Summary
CodeException Base class for all code-based exceptions.