Class ValueDirective
- java.lang.Object
-
- org.apache.velocity.runtime.directive.Directive
-
- compozitor.template.core.interfaces.Directive
-
- compozitor.template.core.interfaces.LineDirective
-
- compozitor.template.core.interfaces.ValueDirective
-
- All Implemented Interfaces:
Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
- Direct Known Subclasses:
Capitalize,LowerCase,TrimAll,Uncapitalize,UpperCase
public abstract class ValueDirective 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 ValueDirective()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringdoRender(TemplateEngine engine, List<Directive.Variable> variables)abstract StringtoString(Object value)-
Methods inherited from class compozitor.template.core.interfaces.LineDirective
getType
-
-
-
-
Method Detail
-
doRender
protected String doRender(TemplateEngine engine, List<Directive.Variable> variables)
-
-