| Interface | Description |
|---|---|
| IBundleMessageType |
Used to implemented for customized
IMessageTypeNeed to use a combination of BundleMessageContextUseage:
public enum DefaultBundleMessageType implements IBundleMessageType { |
| Class | Description |
|---|---|
| AbstractBundleMessageType |
The implements need support the method value() to return
the string as format : [type:]<full-path>
For example
Log:resource/i18n/Log |
| BundleMessage |
Bundle message hold bundle file i18n message.
|
| BundleMessageContext | |
| BundleMessagePack |
Use
ResourceBundle to implement the function of i18n. |
| BundleMessagePackManager |
Factory of
BundleMessagePack |