Package | Description |
---|---|
com.hubspot.jinjava.interpret | |
com.hubspot.jinjava.lib.fn | |
com.hubspot.jinjava.lib.tag | |
com.hubspot.jinjava.tree |
Modifier and Type | Method and Description |
---|---|
Node |
JinjavaInterpreter.parse(String template) |
Modifier and Type | Method and Description |
---|---|
List<? extends Node> |
Context.getSuperBlock() |
Modifier and Type | Method and Description |
---|---|
void |
JinjavaInterpreter.addExtendParentRoot(Node root) |
String |
JinjavaInterpreter.render(Node root)
Render the given root node, processing extend parents.
|
String |
JinjavaInterpreter.render(Node root,
boolean processExtendRoots)
Render the given root node using this interpreter's current context
|
Modifier and Type | Method and Description |
---|---|
void |
JinjavaInterpreter.addBlock(String name,
LinkedList<? extends Node> value) |
void |
Context.setSuperBlock(List<? extends Node> superBlock) |
Constructor and Description |
---|
MacroFunction(List<Node> content,
String name,
LinkedHashMap<String,Object> argNamesWithDefaults,
boolean catchKwargs,
boolean catchVarargs,
boolean caller,
Context localContextScope) |
Modifier and Type | Method and Description |
---|---|
String |
RawTag.renderNodeRaw(Node n) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionNode |
class |
RootNode |
class |
TagNode |
class |
TextNode |
Modifier and Type | Method and Description |
---|---|
Node |
TreeParser.buildTree() |
Node |
Node.getParent() |
Modifier and Type | Method and Description |
---|---|
LinkedList<Node> |
Node.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
Node.setParent(Node parent) |
Modifier and Type | Method and Description |
---|---|
void |
Node.setChildren(LinkedList<Node> children) |
Copyright © 2017. All rights reserved.