Package com.uwyn.rife2.gradle
Class TemplateType
java.lang.Object
com.uwyn.rife2.gradle.TemplateType
- All Implemented Interfaces:
Serializable
Allows template types to be specified for pre-compilation.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic TemplateTypeThehtmltemplate type.static TemplateTypeThejsontemplate type.static TemplateTypeThesqltemplate type.static TemplateTypeThesvgtemplate type.static TemplateTypeThetxttemplate type.static TemplateTypeThexmltemplate type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the identifier for this template type
-
Field Details
-
HTML
Thehtmltemplate type. -
JSON
Thejsontemplate type. -
SVG
Thesvgtemplate type. -
XML
Thexmltemplate type. -
TXT
Thetxttemplate type. -
SQL
Thesqltemplate type.
-
-
Constructor Details
-
TemplateType
Creates a new template type instance.- Parameters:
identifier- the identifier of this template type
-
-
Method Details
-
identifier
Retrieves the identifier for this template type- Returns:
- the template type identifier as a string
-