| 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 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TemplateEngine
Deprecated.  
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachingTemplateEngine<T>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FreeMarkerTemplateEngine
A template engine that uses the FreeMarker library. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
HandlebarsTemplateEngine
A template engine that uses the Handlebars library. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JadeTemplateEngine
A template engine that uses Jade. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MVELTemplateEngine
A template engine that uses the Handlebars library. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PebbleTemplateEngine
A template engine that uses the Pebble library. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RockerTemplateEngine
A template engine that uses the Rocker library. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ThymeleafTemplateEngine
A template engine that uses the Thymeleaf library. 
 | 
| 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 © 2020 Eclipse. All rights reserved.