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,v 1.4 2001/03/20 01:11:21 jon Exp $
 
- Author: 
 - Geir Magnusson Jr.
 
| 
Field Summary | 
static int | 
BLOCK
 
          Block directive indicator | 
static int | 
LINE
 
          Line directive indicator | 
 
BLOCK
public static final int BLOCK
- Block directive indicator
 
LINE
public static final int LINE
- Line directive indicator
 
Copyright © 2003 Apache Software Foundation. All Rights Reserved.