- getArgMap() - Method in interface yakworks.i18n.MsgKey
-
if args is null or empty then this initializes it to a map for names args
should check that return map as null means it didnt succeed
- 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.
- getArgsMap() - Method in interface yakworks.i18n.MsgKey
-
get the args as a Map, returns null if they are a list and not a map
- getCode() - Method in class yakworks.i18n.DefaultMsgContext
-
- getCode() - Method in class yakworks.i18n.DefaultMsgKey
-
- getCode() - Method in interface yakworks.i18n.MsgKey
-
- 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 interface yakworks.i18n.MsgKey
-
fallbackMessage is the same as defaultMessage for example in spring.
- getFallbackMessage(String, Object) - Static method in interface yakworks.i18n.MsgKey
-
- getLocale() - Method in class yakworks.i18n.DefaultMsgContext
-
- getLocale() - Method in interface yakworks.i18n.MsgContext
-
- getMessage(String) - Method in interface yakworks.i18n.MsgService
-
- getMessage(MsgKey) - Method in interface yakworks.i18n.MsgService
-
- getMessage(MsgKey, Locale) - Method in interface yakworks.i18n.MsgService
-
- getMessage(String, Object, String) - Method in interface yakworks.i18n.MsgService
-
- getMessage(String, Object) - Method in interface yakworks.i18n.MsgService
-
- getMessage(String, MsgContext) - Method in interface yakworks.i18n.MsgService
-
This is the primary getMessage that the rest flow through.