Uses of Class
gg.jte.TemplateEngine
Packages that use TemplateEngine
-
Uses of TemplateEngine in gg.jte
Methods in gg.jte that return TemplateEngineModifier 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.TemplateEngine.reloadPrecompiled(TemplateEngine precompiler) Useful, if this engine is in precompiled mode (probably production) but you still want to be able to apply a hotfix without deployment.TemplateEngine.reloadPrecompiled(Path classDirectory) Useful, if this engine is in precompiled mode (probably production) but you still want to be able to apply a hotfix without deployment.Methods in gg.jte with parameters of type TemplateEngineModifier and TypeMethodDescriptionTemplateEngine.reloadPrecompiled(TemplateEngine precompiler) Useful, if this engine is in precompiled mode (probably production) but you still want to be able to apply a hotfix without deployment.