org.apache.velocity.runtime.directive

Interface DirectiveConstants

Known Implementing Classes:
Directive, Foreach, Include, InputBase, Literal, Macro, Parse, VelocimacroProxy

public interface DirectiveConstants

Base class for all directives used in Velocity.
Version:
$Id: DirectiveConstants.java,v 1.4.14.1 2004/03/03 23:22:55 geirm Exp $
Author:
Geir Magnusson Jr.

Field Summary

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

Field Details

BLOCK

public static final int BLOCK
Block directive indicator
Field Value:
1

LINE

public static final int LINE
Line directive indicator
Field Value:
2

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.