Interface | Description |
---|---|
IBundleMessageType |
Used to implemented for customized
IMessageType Need to use a combination of BundleMessageContext Useage:
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 |