public class EscapableLocalizableFunction
extends Object
implements Serializable
| Constructor and Description |
|---|
EscapableLocalizableFunction(Function<Locale,String> function) |
EscapableLocalizableFunction(Function<Locale,String> function,
boolean escape) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
escape(Locale locale) |
String |
getEscapedValue(Locale locale) |
String |
getOriginalValue(Locale locale) |