Uses of Class
gg.jte.internal.TemplateType
-
Packages that use TemplateType Package Description gg.jte.internal -
-
Uses of TemplateType in gg.jte.internal
Methods in gg.jte.internal that return TemplateType Modifier and Type Method Description protected TemplateTypeTemplateLoader. getTemplateType(String name)static TemplateTypeTemplateType. valueOf(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.internal with parameters of type TemplateType Constructor Description Template(String name, TemplateType type, Class<?> clazz)
-