spring-framework / org.springframework.ui.freemarker / FreeMarkerConfigurationFactory / setFreemarkerVariables

setFreemarkerVariables

open fun setFreemarkerVariables(variables: MutableMap<String, Any>): Unit

Set a Map that contains well-known FreeMarker objects which will be passed to FreeMarker's Configuration.setAllSharedVariables() method.

See Also
freemarker.template.Configuration#setAllSharedVariables