Uses of Interface
org.apache.velocity.runtime.directive.DirectiveConstants

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

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

Classes in org.apache.velocity.runtime.directive that implement DirectiveConstants
 class Break
          Break directive used for interrupting foreach loops.
 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.
 class Directive
          Base class for all directives used in Velocity.
 class Evaluate
          Evaluates the macro argument as a Velocity string, using the existing context.
 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 InputBase
          Base class for directives which do input operations (e.g.
 class Literal
          A very simple directive that leverages the Node.literal() to grab the literal rendition of a node.
 class Macro
          Macro implements the macro definition directive of VTL.
 class Parse
          Pluggable directive that handles the #parse() statement in VTL.
 class RuntimeMacro
          This class acts as a proxy for potential macros.
 class VelocimacroProxy
          VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
 



Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.