Package | Description |
---|---|
org.apache.velocity.runtime.directive |
Modifier and Type | Class and Description |
---|---|
class |
BlockMacro
BlockMacro directive is used to invoke Velocity macros with normal parameters and a macro body.
|
class |
Define
Directive that puts an unrendered AST block in the context
under the specified key, postponing rendering until the
reference is used and rendered.
|
Modifier and Type | Field and Description |
---|---|
private Block |
Block.Reference.parent |
Constructor and Description |
---|
Reference(InternalContextAdapter context,
Block parent) |