org.apache.velocity.runtime.directive
Interface DirectiveConstants

All Known Implementing Classes:
Block, BlockMacro, Break, Define, Directive, Evaluate, Foreach, Include, InputBase, Literal, Macro, Parse, RuntimeMacro, Stop, VelocimacroProxy

public interface DirectiveConstants

Base class for all directives used in Velocity.

Version:
$Id: DirectiveConstants.java 463298 2006-10-12 16:10:32Z henning $
Author:
Geir Magnusson Jr.

Field Summary
static int BLOCK
          Block directive indicator
static int LINE
          Line directive indicator
 

Field Detail

BLOCK

static final int BLOCK
Block directive indicator

See Also:
Constant Field Values

LINE

static final int LINE
Line directive indicator

See Also:
Constant Field Values


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