Class Capitalize
- java.lang.Object
-
- org.apache.velocity.runtime.directive.Directive
-
- compozitor.template.core.interfaces.Directive
-
- compozitor.template.core.interfaces.LineDirective
-
- compozitor.template.core.interfaces.ValueDirective
-
- compozitor.template.core.interfaces.Capitalize
-
- All Implemented Interfaces:
Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
public class Capitalize extends ValueDirective
-
-
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 Capitalize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringtoString(Object value)-
Methods inherited from class compozitor.template.core.interfaces.ValueDirective
doRender
-
Methods inherited from class compozitor.template.core.interfaces.LineDirective
getType
-
-