org.apache.velocity.runtime.directive
Interface DirectiveConstants
- Directive, Foreach, Include, Literal, Macro, Parse, VelocimacroProxy
public interface DirectiveConstants
Base class for all directives used in Velocity.
Version:
- Geir Magnusson Jr.
static int | BLOCK - Block directive indicator
|
static int | LINE - Line directive indicator
|
BLOCK
public static final int BLOCK
Block directive indicator
- 1
LINE
public static final int LINE
Line directive indicator
- 2
Copyright © 2003 Apache Software Foundation. All Rights Reserved.