Uses of Class
freemarker.core.TemplateConfiguration
Packages that use TemplateConfiguration
Package
Description
Template loading and caching.
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.-
Uses of TemplateConfiguration in freemarker.cache
Methods in freemarker.cache that return TemplateConfigurationModifier and TypeMethodDescriptionabstract TemplateConfiguration
Returns (maybe creates) theTemplateConfiguration
for the given template source.Constructors in freemarker.cache with parameters of type TemplateConfigurationModifierConstructorDescriptionConditionalTemplateConfigurationFactory
(TemplateSourceMatcher matcher, TemplateConfiguration templateConfiguration) -
Uses of TemplateConfiguration in freemarker.core
Methods in freemarker.core with parameters of type TemplateConfigurationModifier and TypeMethodDescriptionCustomAttribute.get
(TemplateConfiguration templateConfiguration) Same asCustomAttribute.get(Template)
, but applies to aTemplateConfiguration
.void
TemplateConfiguration.merge
(TemplateConfiguration tc) Set all settings in thisTemplateConfiguration
that were set in the parameterTemplateConfiguration
, possibly overwriting the earlier value in this object.final void
CustomAttribute.set
(Object value, TemplateConfiguration templateConfiguration) Same asCustomAttribute.set(Object, Template)
, but applicable to aTemplateConfiguration
.