open class TemplateHandler : Handler<RoutingContext>
A handler which renders responses using a template engine and where the template name is selected from the URI path. NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.TemplateHandler non RX-ified interface using Vert.x codegen.
TemplateHandler(delegate: TemplateHandler) |
static val __TYPE_ARG: TypeArg<TemplateHandler> |
open static fun create(engine: TemplateEngine): TemplateHandleropen static fun create(engine: TemplateEngine, templateDirectory: String, contentType: String): TemplateHandler
Create a handler |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): TemplateHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: TemplateHandler): TemplateHandler |
|
open fun setIndexTemplate(indexTemplate: String): TemplateHandler
Set the index template |
|
open fun toString(): String |