org.apache.velocity.runtime.directive
Interface DirectiveConstants

All Known Implementing Classes:
Directive

public interface DirectiveConstants

Base class for all directives used in Velocity.

Version:
$Id: DirectiveConstants.java 291585 2005-09-26 08:56:23Z henning $
Author:
Geir Magnusson Jr.

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

Field Detail

BLOCK

public static final int BLOCK
Block directive indicator

See Also:
Constant Field Values

LINE

public static final int LINE
Line directive indicator

See Also:
Constant Field Values


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.