Uses of Class
gg.jte.runtime.TemplateType
-
Packages that use TemplateType Package Description gg.jte.runtime -
-
Uses of TemplateType in gg.jte.runtime
Methods in gg.jte.runtime that return TemplateType Modifier and Type Method Description protected TemplateTypeTemplateLoader. getTemplateType(java.lang.String name)static TemplateTypeTemplateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TemplateType[]TemplateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gg.jte.runtime with parameters of type TemplateType Constructor Description Template(java.lang.String name, TemplateType type, java.lang.Class<?> clazz)
-