Class Render
- java.lang.Object
-
- org.apache.velocity.runtime.directive.Directive
-
- compozitor.template.core.interfaces.Directive
-
- compozitor.template.core.interfaces.LineDirective
-
- compozitor.template.core.interfaces.Render
-
- All Implemented Interfaces:
Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
public class Render extends LineDirective
-
-
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 Render()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringdoRender(TemplateEngine engine, List<Directive.Variable> variables)-
Methods inherited from class compozitor.template.core.interfaces.LineDirective
getType
-
-
-
-
Method Detail
-
doRender
protected String doRender(TemplateEngine engine, List<Directive.Variable> variables)
-
-