Uses of Class
io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
Packages that use HTTLTemplateEngine
-
Uses of HTTLTemplateEngine in io.vertx.mutiny.ext.web.templ.httl
Fields in io.vertx.mutiny.ext.web.templ.httl with type parameters of type HTTLTemplateEngineModifier and TypeFieldDescriptionstatic final TypeArg<HTTLTemplateEngine>HTTLTemplateEngine.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.templ.httl that return HTTLTemplateEngineModifier and TypeMethodDescriptionstatic HTTLTemplateEngineCreate a template engine using defaultsstatic HTTLTemplateEngineCreate a template engine using defaults and custom file extensionstatic HTTLTemplateEngineHTTLTemplateEngine.newInstance(io.vertx.ext.web.templ.httl.HTTLTemplateEngine delegate) Creates a new instance of theHTTLTemplateEngine.HTTLTemplateEngine.renderAndForget(io.vertx.core.json.JsonObject context, String templateFileName) Render the template.HTTLTemplateEngine.renderAndForget(Map<String, Object> context, String templateFileName) Render the template.