Uses of Enum Class
gg.jte.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in gg.jte
Subclasses with type arguments of type ContentType in gg.jteFields in gg.jte declared as ContentTypeModifier and TypeFieldDescriptionfinal ContentTypeTemplateConfig.contentTypeprivate final ContentTypeTemplateEngine.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 ContentTypeModifierConstructorDescriptionTemplateConfig(ContentType contentType, String packageName) privateTemplateEngine(CodeResolver codeResolver, Path classDirectory, ContentType contentType, TemplateMode templateMode, ClassLoader parentClassLoader, String packageName) -
Uses of ContentType in gg.jte.compiler
Fields in gg.jte.compiler declared as ContentType -
Uses of ContentType in gg.jte.compiler.extensionsupport
Methods in gg.jte.compiler.extensionsupport that return ContentType -
Uses of ContentType in gg.jte.extension.api
Methods in gg.jte.extension.api that return ContentType -
Uses of ContentType in gg.jte.extension.api.mocks
Fields in gg.jte.extension.api.mocks declared as ContentTypeMethods in gg.jte.extension.api.mocks that return ContentTypeMethods in gg.jte.extension.api.mocks with parameters of type ContentType -
Uses of ContentType in gg.jte.models.runtime
Fields in gg.jte.models.runtime declared as ContentTypeConstructors in gg.jte.models.runtime with parameters of type ContentTypeModifierConstructorDescriptionStaticJteModel(ContentType contentType, BiConsumer<OUTPUT, HtmlInterceptor> renderer, String name, String packageName, int[] lineInfo)