Uses of Class
freemarker.cache.TemplateConfigurationFactory
Packages that use TemplateConfigurationFactory
Package
Description
Template loading and caching.
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)-
Uses of TemplateConfigurationFactory in freemarker.cache
Subclasses of TemplateConfigurationFactory in freemarker.cacheModifier and TypeClassDescriptionclass
Returns the givenTemplateConfiguration
directly, or anotherTemplateConfigurationFactory
's result, when the specified matcher matches the template source.class
Returns the first non-null
result of the child factories, ignoring all further child factories.class
Returns the merged results of all the child factories.Methods in freemarker.cache that return TemplateConfigurationFactoryConstructors in freemarker.cache with parameters of type TemplateConfigurationFactoryModifierConstructorDescriptionConditionalTemplateConfigurationFactory
(TemplateSourceMatcher matcher, TemplateConfigurationFactory templateConfigurationFactory) FirstMatchTemplateConfigurationFactory
(TemplateConfigurationFactory... templateConfigurationFactories) MergingTemplateConfigurationFactory
(TemplateConfigurationFactory... templateConfigurationFactories) TemplateCache
(TemplateLoader templateLoader, CacheStorage cacheStorage, TemplateLookupStrategy templateLookupStrategy, TemplateNameFormat templateNameFormat, TemplateConfigurationFactory templateConfigurations, Configuration config) -
Uses of TemplateConfigurationFactory in freemarker.template
Methods in freemarker.template that return TemplateConfigurationFactoryModifier and TypeMethodDescriptionConfiguration.getTemplateConfigurations()
The getter pair ofConfiguration.setTemplateConfigurations(TemplateConfigurationFactory)
.Methods in freemarker.template with parameters of type TemplateConfigurationFactoryModifier and TypeMethodDescriptionvoid
Configuration.setTemplateConfigurations
(TemplateConfigurationFactory templateConfigurations) Sets aTemplateConfigurationFactory
that will configure individual templates where their settings differ from those coming from the commonConfiguration
object.