public class Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
interpolationPattern |
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
interpolate(List<Object> prepared,
JadeModel model) |
static String |
interpolate(String string,
JadeModel model,
boolean escape) |
static List<Object> |
prepareInterpolate(String string,
boolean xmlEscape) |
public static Pattern interpolationPattern
public static String interpolate(List<Object> prepared, JadeModel model) throws ExpressionException
ExpressionExceptionpublic static String interpolate(String string, JadeModel model, boolean escape) throws ExpressionException
ExpressionExceptionCopyright © 2015. All rights reserved.