static TemplateEngine |
TemplateEngine.create(CodeResolver codeResolver,
ContentType contentType) |
Creates a new template engine.
|
static TemplateEngine |
TemplateEngine.create(CodeResolver codeResolver,
java.nio.file.Path classDirectory,
ContentType contentType) |
Creates a new template engine.
|
static TemplateEngine |
TemplateEngine.create(CodeResolver codeResolver,
java.nio.file.Path classDirectory,
ContentType contentType,
java.lang.ClassLoader parentClassLoader) |
Creates a new template engine.
|
static TemplateEngine |
TemplateEngine.create(CodeResolver codeResolver,
java.nio.file.Path classDirectory,
ContentType contentType,
java.lang.ClassLoader parentClassLoader,
java.lang.String packageName) |
Creates a new template engine.
|
static TemplateEngine |
TemplateEngine.createPrecompiled(ContentType contentType) |
Creates a new template engine.
|
static TemplateEngine |
TemplateEngine.createPrecompiled(java.nio.file.Path classDirectory,
ContentType contentType) |
Creates a new template engine.
|
static TemplateEngine |
TemplateEngine.createPrecompiled(java.nio.file.Path classDirectory,
ContentType contentType,
java.lang.ClassLoader parentClassLoader) |
Creates a new template engine.
|
static TemplateEngine |
TemplateEngine.createPrecompiled(java.nio.file.Path classDirectory,
ContentType contentType,
java.lang.ClassLoader parentClassLoader,
java.lang.String packageName) |
Creates a new template engine.
|
TemplateEngine |
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 |
TemplateEngine.reloadPrecompiled(java.nio.file.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.
|