Class LineDirective
- java.lang.Object
-
- org.apache.velocity.runtime.directive.Directive
-
- compozitor.template.core.interfaces.Directive
-
- compozitor.template.core.interfaces.LineDirective
-
- All Implemented Interfaces:
Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
- Direct Known Subclasses:
Render,ValueDirective
public abstract class LineDirective extends Directive
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class compozitor.template.core.interfaces.Directive
Directive.Variable
-
-
Field Summary
-
Fields inherited from class compozitor.template.core.interfaces.Directive
DIRECTIVE_FILE_EXTENSION
-
-
Constructor Summary
Constructors Constructor Description LineDirective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()-
Methods inherited from class compozitor.template.core.interfaces.Directive
doRender, getName, init, render
-
-