| Package | Description |
|---|---|
| io.vertx.ext.apex.handler | |
| io.vertx.ext.apex.templ | |
| io.vertx.rxjava.ext.apex.templ |
| 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 |
HandlebarsTemplateEngine
A template engine that uses the Handlebars library.
|
interface |
JadeTemplateEngine
A template engine that uses Jade.
|
interface |
MVELTemplateEngine
A template engine that uses the Handlebars library.
|
interface |
ThymeleafTemplateEngine
A template engine that uses the Thymeleaf library.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateEngine |
TemplateEngine.newInstance(TemplateEngine arg) |
| Constructor and Description |
|---|
TemplateEngine(TemplateEngine delegate) |
Copyright © 2015. All Rights Reserved.