DirectiveNode |
A node in the parse tree that is a directive such as #set ($x = $y)
or #if ($x) y #end .
|
DirectiveNode.MacroCallNode |
A node in the parse tree representing a macro call.
|
EvaluationContext |
The context of a template evaluation.
|
EvaluationException |
An exception that occurred while evaluating a template, such as an undefined variable reference
or a division by zero.
|
ExpressionNode |
A node in the parse tree representing an expression.
|
Macro |
A macro definition.
|
Node |
A node in the parse tree.
|
ParseException |
An exception that occurred while parsing a template.
|
Parser.Operator |
|
ReferenceNode |
A node in the parse tree that is a reference.
|
Template |
A template expressed in EscapeVelocity, a subset of the Velocity Template Language (VTL) from
Apache.
|
Template.ResourceOpener |
Used to resolve references to resources in the template, through #parse directives.
|
TokenNode |
A parsing node that will be deleted during the construction of the parse tree, to be replaced
by a higher-level construct such as DirectiveNode.IfNode .
|
TokenNode.ForEachTokenNode |
|
TokenNode.IfOrElseIfTokenNode |
|
TokenNode.MacroDefinitionTokenNode |
|
TokenNode.NestedTokenNode |
|