Class ASTDirective

  • All Implemented Interfaces:
    java.lang.Cloneable, Node, Renderable

    public class ASTDirective
    extends SimpleNode
    This class is responsible for handling the pluggable directives in VTL. For example : #foreach() Please look at the Parser.jjt file which is what controls the generation of this class.
    Version:
    $Id$
    Author:
    Jason van Zyl, Geir Magnusson Jr., Kasper Nielsen