spring-framework / org.springframework.web.reactive.result.view.freemarker / FreeMarkerView / setConfiguration

setConfiguration

open fun setConfiguration(@Nullable configuration: Configuration): Unit

Set the FreeMarker Configuration to be used by this view.

Typically this property is not set directly. Instead a single FreeMarkerConfig is expected in the Spring application context which is used to obtain the FreeMarker configuration.