public class MessageFormatTemplateFormatter extends Object implements TemplateFormatter
MessageFormat based implementation of
TemplateFormatter.public String format(String msgTemplate, List<String> args, Locale locale)
TemplateFormatterformat in interface TemplateFormattermsgTemplate - locale-specific message templateargs - arguments to substitute in the templatelocale - target locale; used to localize replaced argsCopyright © 2016. All Rights Reserved.