Class ASTTextblock

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTTextblock
All Implemented Interfaces:
Cloneable, Node, Renderable

public class ASTTextblock extends SimpleNode
This node holds the "Textblock" data which should not be interpreted by Velocity. Textblocks are marked in Velocity with #[[content here]]# notation. Velocity will output everything between the markers and does not attempt to parse it in any way.