public interface HTTLTemplateEngine extends TemplateEngine
TemplateEngine.unwrap() shall return an object of class Engine| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TEMPLATE_EXTENSION
Default template extension
|
| Modifier and Type | Method and Description |
|---|---|
static HTTLTemplateEngine |
create(Vertx vertx)
Create a template engine using defaults
|
static HTTLTemplateEngine |
create(Vertx vertx,
String extension)
Create a template engine using defaults and custom file extension
|
clearCache, render, render, render, render, unwrapstatic final String DEFAULT_TEMPLATE_EXTENSION
static HTTLTemplateEngine create(Vertx vertx)
static HTTLTemplateEngine create(Vertx vertx, String extension)
Copyright © 2023 Eclipse. All rights reserved.