de.neuland.jade4j.compiler
Class Utils

java.lang.Object
  extended by de.neuland.jade4j.compiler.Utils

public class Utils
extends Object


Field Summary
static Pattern interpolationPattern
           
 
Constructor Summary
Utils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interpolationPattern

public static Pattern interpolationPattern
Constructor Detail

Utils

public Utils()
Method Detail

prepareInterpolate

public static List<Object> prepareInterpolate(String string,
                                              boolean xmlEscape)

interpolate

public static String interpolate(List<Object> prepared,
                                 JadeModel model)
                          throws ExpressionException
Throws:
ExpressionException

interpolate

public static String interpolate(String string,
                                 JadeModel model,
                                 boolean escape)
                          throws ExpressionException
Throws:
ExpressionException


Copyright © 2013. All rights reserved.