Uses of Class
org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Package
Description
Support classes for setting up
FreeMarker
within a Spring application context.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for the integration of
FreeMarker
as Spring web view technology.
-
Uses of FreeMarkerConfigurationFactory in org.springframework.ui.freemarker
Modifier and TypeClassDescriptionclass
Factory bean that creates a FreeMarker Configuration and provides it as bean reference. -
Uses of FreeMarkerConfigurationFactory in org.springframework.web.reactive.result.view.freemarker
Modifier and TypeClassDescriptionclass
Configures FreeMarker for web usage via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties. -
Uses of FreeMarkerConfigurationFactory in org.springframework.web.servlet.view.freemarker
Modifier and TypeClassDescriptionclass
JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.