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,
PugModel model,
ExpressionHandler expressionHandler) |
static String |
interpolate(String string,
PugModel model,
boolean escape,
ExpressionHandler expressionHandler) |
static List<Object> |
prepareInterpolate(String string,
boolean xmlEscape) |
public static Pattern interpolationPattern
public static String interpolate(List<Object> prepared, PugModel model, ExpressionHandler expressionHandler) throws ExpressionException
ExpressionExceptionpublic static String interpolate(String string, PugModel model, boolean escape, ExpressionHandler expressionHandler) throws ExpressionException
ExpressionExceptionCopyright © 2024. All rights reserved.