open fun setTemplateEngine(engine: MarkupTemplateEngine): Unit
Set the MarkupTemplateEngine to use in this view.
If not set, the engine is auto-detected by looking up a single GroovyMarkupConfig bean in the web application context and using it to obtain the configured MarkupTemplateEngine instance.
See Also
GroovyMarkupConfig