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 $
-
Field Summary
Fields
-
Field Details
-
BLOCK
static final int BLOCKBlock directive indicator- See Also:
-
LINE
static final int LINELine directive indicator- See Also:
-