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