TemplateManager

The TemplateManager handles multiple templates adapters.

Properties

Link copied to clipboard
var adapters: Map<Regex, TemplatePort>
Link copied to clipboard

Functions

Link copied to clipboard
fun render(url: URL, context: Map<String, *>, locale: Locale = Jvm.locale): String

Render a template with a registered template engine.