Package io.vertx.ext.web.templ.thymeleaf
Interface ThymeleafTemplateEngine
-
- All Superinterfaces:
TemplateEngine
public interface ThymeleafTemplateEngine extends TemplateEngine
A template engine that uses the Thymeleaf library. TheTemplateEngine.unwrap()
shall return an object of classTemplateEngine
- Author:
- Tim Fox
-
-
Field Summary
Fields Modifier and Type Field Description static org.thymeleaf.templatemode.TemplateMode
DEFAULT_TEMPLATE_MODE
-
Method Summary
Static Methods Modifier and Type Method Description static ThymeleafTemplateEngine
create(Vertx vertx)
Create a template engine using defaults-
Methods inherited from interface io.vertx.ext.web.common.template.TemplateEngine
clearCache, render, render, unwrap
-
-
-
-
Method Detail
-
create
static ThymeleafTemplateEngine create(Vertx vertx)
Create a template engine using defaults- Returns:
- the engine
-
-