TemplateService

@Service
class TemplateService(templateEngine: TemplateEngine)

Constructors

Link copied to clipboard
constructor(templateEngine: TemplateEngine)

Functions

Link copied to clipboard
fun process(template: Template, data: Map<String, String>): String
Link copied to clipboard