Uses of Enum Class
gg.jte.runtime.TemplateMode
Packages that use TemplateMode
-
Uses of TemplateMode in gg.jte
Fields in gg.jte declared as TemplateModeMethods in gg.jte with parameters of type TemplateModeModifier and TypeMethodDescriptionprivate static TemplateLoaderTemplateEngine.createTemplateLoader(TemplateConfig config, CodeResolver codeResolver, Path classDirectory, TemplateMode templateMode, ClassLoader parentClassLoader) Constructors in gg.jte with parameters of type TemplateModeModifierConstructorDescriptionprivateTemplateEngine(CodeResolver codeResolver, Path classDirectory, ContentType contentType, TemplateMode templateMode, ClassLoader parentClassLoader, String packageName) -
Uses of TemplateMode in gg.jte.runtime
Methods in gg.jte.runtime that return TemplateModeModifier and TypeMethodDescriptionstatic TemplateModeReturns the enum constant of this class with the specified name.static TemplateMode[]TemplateMode.values()Returns an array containing the constants of this enum class, in the order they are declared.