- get() - Method in class yakworks.i18n.MsgArgs
-
- get(String, MsgContext) - Method in interface yakworks.i18n.MsgService
-
shorter alias to getMessage
- get(String) - Method in interface yakworks.i18n.MsgService
-
gets the message using a MsgKey, will make a context using the args and fallback in the msgKey.
- get(MsgKey) - Method in interface yakworks.i18n.MsgService
-
gets the message using a MsgKey, will make a context using the args and fallback in the msgKey.
- get(MsgContext) - Method in interface yakworks.i18n.MsgService
-
gets the message using MsgContext, which contains args and locale as well
- get(String, Object, String) - Method in interface yakworks.i18n.MsgService
-
- get(String, Object) - Method in interface yakworks.i18n.MsgService
-
- get(MsgMultiKey) - Method in interface yakworks.i18n.MsgService
-
Get first found message for multiKey
- getArgs() - Method in class yakworks.i18n.DefaultMsgContext
-
- getArgs() - Method in class yakworks.i18n.DefaultMsgKey
-
- getArgs() - Method in interface yakworks.i18n.MsgKey
-
Return the Map of arguments to be used to resolve this message as ICU.
- getArgs() - Method in interface yakworks.i18n.MsgKeyDecorator
-
- getArgs() - Method in interface yakworks.i18n.MsgMultiKey
-
- getCode() - Method in class yakworks.i18n.DefaultMsgContext
-
- getCode() - Method in class yakworks.i18n.DefaultMsgKey
-
- getCode() - Method in interface yakworks.i18n.MsgKey
-
- getCode() - Method in interface yakworks.i18n.MsgKeyDecorator
-
- getCode() - Method in interface yakworks.i18n.MsgMultiKey
-
- getCodes() - Method in class yakworks.i18n.DefaultMsgMultiKey
-
- getCodes() - Method in interface yakworks.i18n.MsgMultiKey
-
- getFallbackMessage() - Method in class yakworks.i18n.DefaultMsgContext
-
If one is set then return it,
if not it looks at args and if its a map then returns the defaultMessage key if it exists
- getFallbackMessage() - Method in class yakworks.i18n.DefaultMsgKey
-
If one is set then return it,
if not it looks at args and if its a map then returns the defaultMessage key if it exists
- getFallbackMessage() - Method in class yakworks.i18n.MsgArgs
-
static helper to lookup the fallback in the args if its a map
- getFallbackMessage() - Method in interface yakworks.i18n.MsgKey
-
fallbackMessage is the same as defaultMessage for example in spring.
- getFallbackMessage() - Method in interface yakworks.i18n.MsgMultiKey
-
- getLocale() - Method in class yakworks.i18n.DefaultMsgContext
-
- getLocale() - Method in interface yakworks.i18n.MsgContext
-
- getMessage(String, MsgContext) - Method in interface yakworks.i18n.MsgService
-
This is the Main/primary getMessage method that needs to be implements and that the rest flow through.
- getMsg() - Method in interface yakworks.i18n.MsgKeyDecorator
-
the MsgKey
- getMsgKey() - Method in class yakworks.i18n.DefaultMsgMultiKey
-
- getMsgKey() - Method in interface yakworks.i18n.MsgMultiKey
-
the wrapped MsgKey