Uses of Enum Class
gg.jte.ContentType
Packages that use ContentType
-
Uses of ContentType in gg.jte
Fields in gg.jte declared as ContentTypeMethods in gg.jte that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gg.jte with parameters of type ContentTypeModifier and TypeMethodDescriptionstatic 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