Uses of Class
com.lyncode.jtwig.JtwigContext

Packages that use JtwigContext
com.lyncode.jtwig   
com.lyncode.jtwig.tree.api   
com.lyncode.jtwig.tree.content   
com.lyncode.jtwig.tree.documents   
com.lyncode.jtwig.tree.expressions   
com.lyncode.jtwig.tree.helper   
com.lyncode.jtwig.tree.structural   
 

Uses of JtwigContext in com.lyncode.jtwig
 

Methods in com.lyncode.jtwig that return JtwigContext
static JtwigContext JtwigContext.context()
           
 JtwigContext JtwigContext.withFunction(String name, JtwigFunction function)
           
 JtwigContext JtwigContext.withModelAttribute(String key, Object value)
           
 

Methods in com.lyncode.jtwig with parameters of type JtwigContext
 String JtwigTemplate.output(JtwigContext context)
           
 void JtwigTemplate.output(OutputStream outputStream, JtwigContext context)
           
 

Uses of JtwigContext in com.lyncode.jtwig.tree.api
 

Methods in com.lyncode.jtwig.tree.api with parameters of type JtwigContext
 Object Expression.calculate(JtwigContext context)
           
 boolean Content.render(OutputStream outputStream, JtwigContext context)
           
 

Uses of JtwigContext in com.lyncode.jtwig.tree.content
 

Methods in com.lyncode.jtwig.tree.content with parameters of type JtwigContext
 boolean Text.render(OutputStream outputStream, JtwigContext context)
           
 boolean SetVariable.render(OutputStream outputStream, JtwigContext context)
           
 boolean Output.render(OutputStream outputStream, JtwigContext context)
           
 boolean JtwigContent.render(OutputStream outputStream, JtwigContext context)
           
 boolean IfExpression.render(OutputStream outputStream, JtwigContext context)
           
 boolean IfExpression.ElseIfExpression.render(OutputStream outputStream, JtwigContext context)
           
 boolean IfExpression.ElseExpression.render(OutputStream outputStream, JtwigContext context)
           
 boolean ForPairLoop.render(OutputStream outputStream, JtwigContext context)
           
 boolean ForLoop.render(OutputStream outputStream, JtwigContext context)
           
 

Uses of JtwigContext in com.lyncode.jtwig.tree.documents
 

Methods in com.lyncode.jtwig.tree.documents with parameters of type JtwigContext
 boolean JtwigRootDocument.render(OutputStream outputStream, JtwigContext context)
           
 boolean JtwigExtendsDocument.render(OutputStream outputStream, JtwigContext context)
           
 

Uses of JtwigContext in com.lyncode.jtwig.tree.expressions
 

Methods in com.lyncode.jtwig.tree.expressions with parameters of type JtwigContext
 Object Variable.calculate(JtwigContext context)
           
 Object ValueMap.calculate(JtwigContext context)
           
 List<Object> ValueList.calculate(JtwigContext context)
           
 Object Selection.calculate(JtwigContext context)
           
 Object OperationUnary.calculate(JtwigContext context)
           
 Object OperationTernary.calculate(JtwigContext context)
           
 Object OperationBinary.calculate(JtwigContext context)
           
 Object MapSelection.calculate(JtwigContext context)
           
 Object FunctionElement.calculate(JtwigContext context)
           
 Object Constant.calculate(JtwigContext context)
           
 Object Composition.calculate(JtwigContext context)
           
 

Uses of JtwigContext in com.lyncode.jtwig.tree.helper
 

Methods in com.lyncode.jtwig.tree.helper with parameters of type JtwigContext
 Object StrictBinaryOperation.calculate(JtwigContext context)
           
 

Uses of JtwigContext in com.lyncode.jtwig.tree.structural
 

Methods in com.lyncode.jtwig.tree.structural with parameters of type JtwigContext
 boolean Include.render(OutputStream outputStream, JtwigContext context)
           
 boolean Block.render(OutputStream outputStream, JtwigContext context)
           
 



Copyright © 2014. All Rights Reserved.