| Modifier and Type | Class and Description |
|---|---|
class |
CachingTemplateEngine<T> |
| Modifier and Type | Method and Description |
|---|---|
static TemplateHandler |
TemplateHandler.create(TemplateEngine engine)
Create a handler
|
static TemplateHandler |
TemplateHandler.create(TemplateEngine engine,
String templateDirectory,
String contentType)
Create a handler
|
| Constructor and Description |
|---|
TemplateHandlerImpl(TemplateEngine engine,
String templateDirectory,
String contentType) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FreeMarkerTemplateEngine
A template engine that uses the FreeMarker library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FreeMarkerTemplateEngineImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HandlebarsTemplateEngine
A template engine that uses the Handlebars library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandlebarsTemplateEngineImpl |
| Modifier and Type | Method and Description |
|---|---|
TemplateEngine |
TemplateEngine.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static TemplateEngine |
TemplateEngine.newInstance(TemplateEngine arg) |
| Constructor and Description |
|---|
TemplateEngine(TemplateEngine delegate) |
| Modifier and Type | Method and Description |
|---|---|
TemplateEngine |
TemplateEngine.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static TemplateEngine |
TemplateEngine.newInstance(TemplateEngine arg) |
| Constructor and Description |
|---|
TemplateEngine(TemplateEngine delegate) |
Copyright © 2021. All rights reserved.