Uses of Class
freemarker.core.TemplateConfiguration
-
Packages that use TemplateConfiguration Package Description freemarker.cache Template loading and caching.freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template. -
-
Uses of TemplateConfiguration in freemarker.cache
Methods in freemarker.cache that return TemplateConfiguration Modifier and Type Method Description TemplateConfigurationConditionalTemplateConfigurationFactory. get(java.lang.String sourceName, java.lang.Object templateSource)TemplateConfigurationFirstMatchTemplateConfigurationFactory. get(java.lang.String sourceName, java.lang.Object templateSource)TemplateConfigurationMergingTemplateConfigurationFactory. get(java.lang.String sourceName, java.lang.Object templateSource)abstract TemplateConfigurationTemplateConfigurationFactory. get(java.lang.String sourceName, java.lang.Object templateSource)Returns (maybe creates) theTemplateConfigurationfor the given template source.Constructors in freemarker.cache with parameters of type TemplateConfiguration Constructor Description ConditionalTemplateConfigurationFactory(TemplateSourceMatcher matcher, TemplateConfiguration templateConfiguration) -
Uses of TemplateConfiguration in freemarker.core
Methods in freemarker.core with parameters of type TemplateConfiguration Modifier and Type Method Description java.lang.ObjectCustomAttribute. 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.voidCustomAttribute. set(java.lang.Object value, TemplateConfiguration templateConfiguration)Same asCustomAttribute.set(Object, Template), but applicable to aTemplateConfiguration.
-