Uses of Interface
org.nuiton.i18n.format.I18nMessageFormatter

Packages that use I18nMessageFormatter
org.nuiton.i18n Nuiton i18n 
org.nuiton.i18n.format   
org.nuiton.i18n.init   
 

Uses of I18nMessageFormatter in org.nuiton.i18n
 

Fields in org.nuiton.i18n declared as I18nMessageFormatter
static I18nMessageFormatter I18nUtil.DEFAULT_MESSAGE_FORMATTER
           
protected static I18nMessageFormatter I18n.messageFormatter
          Formatter to apply on each translation.
 

Methods in org.nuiton.i18n that return I18nMessageFormatter
static I18nMessageFormatter I18n.getMessageFormatter()
           
 

Uses of I18nMessageFormatter in org.nuiton.i18n.format
 

Classes in org.nuiton.i18n.format that implement I18nMessageFormatter
 class MessageFormatI18nMessageFormatter
          Implementation of I18nMessageFormatter based on MessageFormat syntax.
 class StringFormatI18nMessageFormatter
          Implementation of I18nMessageFormatter based on Formatter syntax.
 

Uses of I18nMessageFormatter in org.nuiton.i18n.init
 

Fields in org.nuiton.i18n.init declared as I18nMessageFormatter
protected  I18nMessageFormatter I18nInitializer.messageFormatter
          Message formatter used in I18n to produce final translated messages.
 

Methods in org.nuiton.i18n.init that return I18nMessageFormatter
 I18nMessageFormatter I18nInitializer.getMessageFormatter()
          Get the I18nMessageFormatter to use on each i18n message translation.
 I18nMessageFormatter UserI18nInitializer.getMessageFormatter()
           
 

Methods in org.nuiton.i18n.init with parameters of type I18nMessageFormatter
 void I18nInitializer.setMessageFormatter(I18nMessageFormatter messageFormatter)
          Set messageFormatter to use on each i18n message translation.
 void UserI18nInitializer.setMessageFormatter(I18nMessageFormatter messageFormatter)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.