Uses of Class
org.apache.velocity.runtime.directive.Directive

Packages that use Directive
org.apache.velocity.runtime.directive   
 

Uses of Directive in org.apache.velocity.runtime.directive
 

Subclasses of Directive in org.apache.velocity.runtime.directive
 class Foreach
          Foreach directive used for moving through arrays, or objects that provide an Iterator.
 class Include
          Pluggable directive that handles the #include() statement in VTL.
 class Literal
          A very simple directive that leverages the Node.literal() to grab the literal rendition of a node.
 class Macro
          Macro.java Macro implements the macro definition directive of VTL.
 class Parse
          Pluggable directive that handles the #parse() statement in VTL.
 class VelocimacroProxy
          VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.