Uses of Class
org.jusecase.jte.internal.TemplateType
-
Packages that use TemplateType Package Description org.jusecase.jte.internal -
-
Uses of TemplateType in org.jusecase.jte.internal
Methods in org.jusecase.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 org.jusecase.jte.internal with parameters of type TemplateType Constructor Description Template(String name, TemplateType type, Class<?> clazz)
-