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