ktor-freemarker / io.ktor.freemarker / FreeMarker

FreeMarker

class FreeMarker

Freemarker support feature. Provides ability to respond with FreeMarkerContent

Types

Feature

companion object Feature : ApplicationFeature<ApplicationCallPipeline, Configuration, FreeMarker>

A feature installing companion object

Constructors

<init>

FreeMarker(config: Configuration)

Freemarker support feature. Provides ability to respond with FreeMarkerContent

Companion Object Properties

key

val key: AttributeKey<FreeMarker>

Companion Object Functions

install

fun install(pipeline: ApplicationCallPipeline, configure: Configuration.() -> Unit): FreeMarker