Package org.springframework.web.reactive.result.view.freemarker
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.result.view.freemarker
Support classes for the integration of
FreeMarker
as Spring web view technology.
Contains a View implementation for FreeMarker templates.
-
ClassDescriptionInterface to be implemented by objects that configure and manage a FreeMarker
Configuration
object in a web environment.Configures FreeMarker for web usage via the "configLocation", "freemarkerSettings", or "templateLoaderPath" properties.AView
implementation that uses the FreeMarker template engine.AViewResolver
for resolvingFreeMarkerView
instances, i.e.