Package de.neuland.jade4j.compiler
Class Utils
java.lang.Object
de.neuland.jade4j.compiler.Utils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static StringescapeHTML(String string) static Stringinterpolate(String string, JadeModel model, boolean escape, ExpressionHandler expressionHandler) static Stringinterpolate(List<Object> prepared, JadeModel model, ExpressionHandler expressionHandler) prepareInterpolate(String string, boolean xmlEscape)
-
Field Details
-
interpolationPattern
-
characterParser
-
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
prepareInterpolate
-
interpolate
public static String interpolate(List<Object> prepared, JadeModel model, ExpressionHandler expressionHandler) throws ExpressionException - Throws:
ExpressionException
-
escapeHTML
-
interpolate
public static String interpolate(String string, JadeModel model, boolean escape, ExpressionHandler expressionHandler) throws ExpressionException - Throws:
ExpressionException
-