Uses of Class
io.vertx.mutiny.ext.web.handler.TemplateHandler
-
Packages that use TemplateHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of TemplateHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type TemplateHandler Modifier and Type Field Description static TypeArg<TemplateHandler>TemplateHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return TemplateHandler Modifier and Type Method Description static TemplateHandlerTemplateHandler. create(TemplateEngine engine)static TemplateHandlerTemplateHandler. create(TemplateEngine engine, String templateDirectory, String contentType)static TemplateHandlerTemplateHandler. newInstance(io.vertx.ext.web.handler.TemplateHandler arg)TemplateHandlerTemplateHandler. setIndexTemplate(String indexTemplate)
-