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 TemplateConfigurationReturns (maybe creates) theTemplateConfigurationfor 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.voidTemplateConfiguration.merge(TemplateConfiguration tc) Set all settings in thisTemplateConfigurationthat were set in the parameterTemplateConfiguration, possibly overwriting the earlier value in this object.final voidCustomAttribute.set(Object value, TemplateConfiguration templateConfiguration) Same asCustomAttribute.set(Object, Template), but applicable to aTemplateConfiguration.