public class Compiler extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
compile(JadeModel model,
Writer w) |
String |
compileToString(JadeModel model) |
void |
setExpressionHandler(ExpressionHandler expressionHandler) |
void |
setPrettyPrint(boolean prettyPrint) |
void |
setTemplate(JadeTemplate jadeTemplate) |
public Compiler(Node rootNode)
public String compileToString(JadeModel model) throws JadeCompilerException
JadeCompilerExceptionpublic void compile(JadeModel model, Writer w) throws JadeCompilerException
JadeCompilerExceptionpublic void setPrettyPrint(boolean prettyPrint)
public void setTemplate(JadeTemplate jadeTemplate)
public void setExpressionHandler(ExpressionHandler expressionHandler)
Copyright © 2015. All rights reserved.