| Interface and Description |
|---|
| io.vertx.ext.web.templ.RockerTemplateEngine
please use
RockerTemplateEngine instead. |
| Field and Description |
|---|
| io.vertx.ext.web.templ.rocker.RockerTemplateEngine.DEFAULT_TEMPLATE_EXTENSION |
| Method and Description |
|---|
| io.vertx.ext.web.templ.rocker.RockerTemplateEngine.create()
as a user you should use filename with extensions on the render method instead of relying
on this method to suffix your filenames. Using this method is quite an opinionated API and has the side
effect that you cannot use files without extensions as templates.
Create a template engine using defaults
|
| io.vertx.ext.web.templ.RockerTemplateEngine.render(RoutingContext, String, Handler<AsyncResult<Buffer>>) |
| io.vertx.ext.web.templ.rocker.RockerTemplateEngine.setExtension(String) |
Copyright © 2018 Eclipse. All rights reserved.