|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| MessageBundleLoader | Interface for a MessageBundle provider |
| Class Summary | |
|---|---|
| MessageBundles | Centralized access point for bundles |
Automatic message bundle loading support
In order to use the loading support, all you need to do is provide an
implementation of
MessageBundleLoader. Then, to load
(and cache) the message bundle, it is as simple as:
final MessageBundle bundle
= MessageBundles.getBundle(MyFirstBundle.class);
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||