- generateBundleMessage(ResourceBundle, String) - Static method in class openthinks.libs.i18n.implement.bundle.BundleMessage
-
- get() - Static method in class openthinks.libs.i18n.implement.database.query.QueryEngine
-
- getContent() - Method in class openthinks.libs.i18n.AbstractMessage
-
- getContent() - Method in interface openthinks.libs.i18n.IMessage
-
message origin content for getLocale()
- getCurrentLocale() - Method in class openthinks.libs.i18n.I18nApplicationLocale
-
get application current locale
- getInstance() - Static method in class openthinks.libs.i18n.I18nApplicationLocale
-
get a singleton instance
- getLocale() - Method in class openthinks.libs.i18n.AbstractMessage
-
- getLocale() - Method in interface openthinks.libs.i18n.IMessage
-
message locale
- getMessage(String, Locale, String, Object...) - Static method in class openthinks.libs.i18n.I18n
-
get message by message pack/persist name,locale,message id and arguments.
- getMessage(String, String, Object...) - Static method in class openthinks.libs.i18n.I18n
-
get message by message pack/persist name,Locale.getDefault()
,message id and arguments.
- getMessage(Class<T>, Locale, String, Object...) - Static method in class openthinks.libs.i18n.I18n
-
get message by message entity class type, locale, message id and arguments.
it is best to use it as retrieve persist message from database.
- getMessage(Class<T>, String, Object...) - Static method in class openthinks.libs.i18n.I18n
-
- getMessage(IMessageType, Locale, String, Object...) - Static method in class openthinks.libs.i18n.I18n
-
get message by message type, locale,message id and arguments.
- getMessage(IMessageType, String, Object...) - Static method in class openthinks.libs.i18n.I18n
-
get message by message type,Locale.getDefault()
,message id and arguments.
- getMessage(Locale, Serializable) - Method in interface openthinks.libs.i18n.IMessagePack
-
get message holder by Locale
and message unique key id
- getMessage(Locale, Serializable) - Method in class openthinks.libs.i18n.implement.bundle.BundleMessagePack
-
- getMessage(Locale, Serializable) - Method in class openthinks.libs.i18n.implement.database.PersistMessagePack
-
- getMessageEntityClass() - Method in interface openthinks.libs.i18n.implement.database.IPersistMessageType
-
get entity which hold message object class type.
- getMessageId() - Method in class openthinks.libs.i18n.AbstractMessage
-
- getMessageId() - Method in interface openthinks.libs.i18n.IMessage
-
message unique key
- getMessagePack(IMessageType) - Method in interface openthinks.libs.i18n.IMessageContext
-
get message pack by message type
- getMessagePack(IMessageType) - Method in class openthinks.libs.i18n.implement.bundle.BundleMessageContext
-
- getMessagePack(IMessageType) - Method in class openthinks.libs.i18n.implement.database.PersistMessageContext
-
- getMessagePack(String) - Method in class openthinks.libs.i18n.MessagePackManager
-
- getMessageType() - Method in class openthinks.libs.i18n.implement.bundle.AbstractBundleMessageType
-
- getMessageType() - Method in interface openthinks.libs.i18n.implement.bundle.IBundleMessageType
-
get bundle message pack type
- getMessageType() - Method in interface openthinks.libs.i18n.implement.database.IPersistMessageType
-
- getPackManager() - Method in interface openthinks.libs.i18n.IMessageContext
-
get message pack manager
- getPackManager() - Method in class openthinks.libs.i18n.implement.bundle.BundleMessageContext
-
- getPackManager() - Method in class openthinks.libs.i18n.implement.database.PersistMessageContext
-
- getPackName() - Method in class openthinks.libs.i18n.AbstractMessagePack
-
- getPackName() - Method in interface openthinks.libs.i18n.IMessagePack
-
get message pack unique name
- getPackName() - Method in class openthinks.libs.i18n.implement.bundle.AbstractBundleMessageType
-
- getPackName() - Method in interface openthinks.libs.i18n.implement.bundle.IBundleMessageType
-
get bundle message pack name
- getPersistMessageClassType() - Method in class openthinks.libs.i18n.implement.database.PersistMessagePack
-
- getPersistName() - Method in interface openthinks.libs.i18n.implement.database.IPersistMessageType
-
- getQueryer() - Method in class openthinks.libs.i18n.implement.database.query.QueryEngine.DefaultBundleQueryEngine
-
- getQueryer() - Method in class openthinks.libs.i18n.implement.database.query.QueryEngine
-
get queryer which could retrieve persist message from database.
- getResourceBundle(String, Locale) - Static method in class openthinks.libs.i18n.I18n
-
- getResourceBundle(String) - Static method in class openthinks.libs.i18n.I18n
-
- getResourceBundle(IBundleMessageType, Locale) - Static method in class openthinks.libs.i18n.I18n
-
- getResourceBundle(IBundleMessageType) - Static method in class openthinks.libs.i18n.I18n
-