Uses of Class
gg.jte.ContentType
-
Packages that use ContentType Package Description gg.jte -
-
Uses of ContentType in gg.jte
Fields in gg.jte declared as ContentType Modifier and Type Field Description ContentTypeTemplateConfig. contentTypeMethods in gg.jte that return ContentType Modifier and Type Method Description static ContentTypeContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gg.jte with parameters of type ContentType Modifier and Type Method Description static TemplateEngineTemplateEngine. create(CodeResolver codeResolver, ContentType contentType)Creates a new template engine.static TemplateEngineTemplateEngine. create(CodeResolver codeResolver, Path classDirectory, ContentType contentType)Creates a new template engine.static TemplateEngineTemplateEngine. create(CodeResolver codeResolver, Path classDirectory, ContentType contentType, ClassLoader parentClassLoader)Creates a new template engine.static TemplateEngineTemplateEngine. create(CodeResolver codeResolver, Path classDirectory, ContentType contentType, ClassLoader parentClassLoader, String packageName)Creates a new template engine.static TemplateEngineTemplateEngine. createPrecompiled(ContentType contentType)Creates a new template engine.static TemplateEngineTemplateEngine. createPrecompiled(Path classDirectory, ContentType contentType)Creates a new template engine.static TemplateEngineTemplateEngine. createPrecompiled(Path classDirectory, ContentType contentType, ClassLoader parentClassLoader)Creates a new template engine.static TemplateEngineTemplateEngine. createPrecompiled(Path classDirectory, ContentType contentType, ClassLoader parentClassLoader, String packageName)Creates a new template engine.Constructors in gg.jte with parameters of type ContentType Constructor Description TemplateConfig(ContentType contentType, String packageName)
-