vertx / io.vertx.reactivex.ext.web.templ / FreeMarkerTemplateEngine

FreeMarkerTemplateEngine

open class FreeMarkerTemplateEngine : TemplateEngine

A template engine that uses the FreeMarker library. NOTE: This class has been automatically generated from the io.vertx.ext.web.templ.FreeMarkerTemplateEngine non RX-ified interface using Vert.x codegen.

Constructors

<init>

FreeMarkerTemplateEngine(delegate: FreeMarkerTemplateEngine)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<FreeMarkerTemplateEngine>

Functions

create

open static fun create(): FreeMarkerTemplateEngine

Create a template engine using defaults

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): FreeMarkerTemplateEngine

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: FreeMarkerTemplateEngine): FreeMarkerTemplateEngine

setExtension

open fun setExtension(extension: String): FreeMarkerTemplateEngine

Set the extension for the engine

setMaxCacheSize

open fun setMaxCacheSize(maxCacheSize: Int): FreeMarkerTemplateEngine

Set the max cache size for the engine

toString

open fun toString(): String