Package | Description |
---|---|
org.apache.velocity | |
org.apache.velocity.runtime.directive | |
org.apache.velocity.runtime.directive.contrib | |
org.apache.velocity.runtime.parser.node |
Modifier and Type | Method and Description |
---|---|
void |
Template.initDocument()
initializes the document.
|
Modifier and Type | Method and Description |
---|---|
void |
Directive.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
How this directive is to be initialized.
|
void |
Include.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - init the tree and get the elementKey from
the AST
|
void |
Block.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - get the key
|
void |
BlockMacro.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
Initializes the directive.
|
void |
Macro.init(RuntimeServices rs,
InternalContextAdapter context,
Node node) |
void |
Parse.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
Init's the #parse directive.
|
void |
Foreach.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - init the tree and get the elementKey from
the AST
|
void |
Evaluate.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
Initialize and check arguments.
|
void |
Define.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - get the key
|
Modifier and Type | Method and Description |
---|---|
void |
For.init(RuntimeServices rs,
InternalContextAdapter context,
Node node) |
Modifier and Type | Method and Description |
---|---|
Object |
ASTMathNode.init(InternalContextAdapter context,
Object data) |
Object |
ASTFloatingPointLiteral.init(InternalContextAdapter context,
Object data)
Initialization method - doesn't do much but do the object
creation.
|
Object |
SimpleNode.init(InternalContextAdapter context,
Object data) |
Object |
ASTSetDirective.init(InternalContextAdapter context,
Object data)
simple init.
|
Object |
ASTMethod.init(InternalContextAdapter context,
Object data)
simple init - init our subtree and get what we can from
the AST
|
Object |
ASTTextblock.init(InternalContextAdapter context,
Object data) |
Object |
ASTIdentifier.init(InternalContextAdapter context,
Object data)
simple init - don't do anything that is context specific.
|
Object |
Node.init(InternalContextAdapter context,
Object data) |
Object |
ASTIndex.init(InternalContextAdapter context,
Object data) |
Object |
ASTReference.init(InternalContextAdapter context,
Object data) |
Object |
ASTIntegerLiteral.init(InternalContextAdapter context,
Object data) |
Object |
ASTText.init(InternalContextAdapter context,
Object data) |
Object |
ASTDirective.init(InternalContextAdapter context,
Object data) |
Object |
ASTStringLiteral.init(InternalContextAdapter context,
Object data)
init : we don't have to do much.
|
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.