Uses of Interface
org.nuiton.i18n.format.I18nMessageFormatter
Packages that use I18nMessageFormatter
-
Uses of I18nMessageFormatter in org.nuiton.i18n
Fields in org.nuiton.i18n declared as I18nMessageFormatterModifier and TypeFieldDescriptionstatic final I18nMessageFormatterI18nUtil.DEFAULT_MESSAGE_FORMATTERprotected static I18nMessageFormatterI18n.messageFormatterFormatter to apply on each translation.Methods in org.nuiton.i18n that return I18nMessageFormatter -
Uses of I18nMessageFormatter in org.nuiton.i18n.format
Classes in org.nuiton.i18n.format that implement I18nMessageFormatterModifier and TypeClassDescriptionclassImplementation ofI18nMessageFormatterbased onMessageFormatsyntax.classImplementation ofI18nMessageFormatterbased onFormattersyntax. -
Uses of I18nMessageFormatter in org.nuiton.i18n.init
Fields in org.nuiton.i18n.init declared as I18nMessageFormatterModifier and TypeFieldDescriptionprotected I18nMessageFormatterI18nInitializer.messageFormatterMessage formatter used inI18nto produce final translated messages.Methods in org.nuiton.i18n.init that return I18nMessageFormatterModifier and TypeMethodDescriptionI18nInitializer.getMessageFormatter()Get theI18nMessageFormatterto use on each i18n message translation.UserI18nInitializer.getMessageFormatter()Methods in org.nuiton.i18n.init with parameters of type I18nMessageFormatterModifier and TypeMethodDescriptionvoidI18nInitializer.setMessageFormatter(I18nMessageFormatter messageFormatter) SetmessageFormatterto use on each i18n message translation.voidUserI18nInitializer.setMessageFormatter(I18nMessageFormatter messageFormatter)