spring-framework / org.springframework.web.servlet.view.script / ScriptTemplateConfig / getRenderFunction

getRenderFunction

@Nullable abstract fun getRenderFunction(): String

Return the render function name (optional). If not specified, the script templates will be evaluated with ScriptEngine#eval(String, Bindings).