Uses of Class
io.vertx.mutiny.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Packages that use ThymeleafTemplateEngine
-
Uses of ThymeleafTemplateEngine in io.vertx.mutiny.ext.web.templ.thymeleaf
Fields in io.vertx.mutiny.ext.web.templ.thymeleaf with type parameters of type ThymeleafTemplateEngineModifier and TypeFieldDescriptionstatic final TypeArg<ThymeleafTemplateEngine>ThymeleafTemplateEngine.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.templ.thymeleaf that return ThymeleafTemplateEngineModifier and TypeMethodDescriptionstatic ThymeleafTemplateEngineCreate a template engine using defaultsstatic ThymeleafTemplateEngineThymeleafTemplateEngine.newInstance(io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine delegate) Creates a new instance of theThymeleafTemplateEngine.ThymeleafTemplateEngine.renderAndForget(io.vertx.core.json.JsonObject context, String templateFileName) Render the template.ThymeleafTemplateEngine.renderAndForget(Map<String, Object> context, String templateFileName) Render the template.