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

Packages that use DirectiveConstants
  • Uses of DirectiveConstants in org.apache.velocity.runtime.directive

    Modifier and Type
    Class
    Description
    class 
    Directive that puts an unrendered AST block in the context under the specified key, postponing rendering until the reference is used and rendered.
    class 
    BlockMacro directive is used to invoke Velocity macros with normal parameters and a macro body.
    class 
    Break directive used for interrupting scopes.
    class 
    Directive that puts an unrendered AST block in the context under the specified key, postponing rendering until the reference is used and rendered.
    class 
    Base class for all directives used in Velocity.
    class 
    Evaluates the directive argument as a VTL string, using the existing context.
    class 
    Foreach directive used for moving through arrays, or objects that provide an Iterator.
    class 
    Pluggable directive that handles the #include() statement in VTL.
    class 
    Base class for directives which do input operations (e.g.
    class 
    Macro implements the macro definition directive of VTL.
    class 
    Pluggable directive that handles the #parse() statement in VTL.
    class 
    This class acts as a proxy for potential macros.
    class 
    This class implements the #stop directive which allows a user to stop the merging and rendering process.
    class 
    VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
  • Uses of DirectiveConstants in org.apache.velocity.runtime.directive.contrib

    Modifier and Type
    Class
    Description
    class 
    The #for directive provides the behavior of the #foreach directive but also provides an 'index' keyword that allows the user to define an optional index variable that tracks the loop iterations.