public class I18nHelper extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
PLACEHOLDER |
Constructor and Description |
---|
I18nHelper(Map<String,String> messages) |
Modifier and Type | Method and Description |
---|---|
static I18nHelper |
instanceFor(Map<String,String> messages) |
static String |
interpolate(String message,
Object... params) |
String |
translate(String label,
Object... params) |
public static final Pattern PLACEHOLDER
Copyright © 2011 Nuxeo SA. All Rights Reserved.