JTETemplates

class JTETemplates(contentType: ContentType = Html) : Templates

JTE templating support. Use the function in the constructor to configure the instance.

Constructors

Link copied to clipboard
constructor(contentType: ContentType = Html)

Functions

Link copied to clipboard
open override fun Caching(baseTemplateDir: String): TemplateRenderer
Link copied to clipboard
open override fun CachingClasspath(baseClasspathPackage: String): (ViewModel) -> String
Link copied to clipboard
open override fun HotReload(baseTemplateDir: String): (ViewModel) -> String