Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TemplateEngine> |
TemplateEngine.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static TemplateEngine |
TemplateEngine.newInstance(TemplateEngine arg) |
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 | Class and Description |
---|---|
class |
FreeMarkerTemplateEngine
A template engine that uses the FreeMarker library.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlebarsTemplateEngine
A template engine that uses the Handlebars library.
|
Modifier and Type | Class and Description |
---|---|
class |
JadeTemplateEngine
A template engine that uses Jade.
|
Modifier and Type | Class and Description |
---|---|
class |
MVELTemplateEngine
A template engine that uses the Handlebars library.
|
Modifier and Type | Class and Description |
---|---|
class |
PebbleTemplateEngine
A template engine that uses the Pebble library.
|
Modifier and Type | Class and Description |
---|---|
class |
RockerTemplateEngine
A template engine that uses the Rocker library.
|
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafTemplateEngine
A template engine that uses the Thymeleaf library.
|
Copyright © 2021 Eclipse. All rights reserved.