Package-level declarations
Types
Link copied to clipboard
class TemplateProcessor(name: String, values: MutableMap<String, Any?> = mutableMapOf(), conditionals: MutableMap<String, Boolean> = mutableMapOf(), iterables: MutableMap<String, Iterable<Any>> = mutableMapOf())
A builder-like processor for a JTE (Java Template Engine) .jte template, identified by its precompiled template name (e.g. creator/main.qd.jte). Templates must be precompiled at build time via the JTE Gradle plugin and shipped on the runtime classpath; see the quarkdown-templates module for production templates.