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 TypeClassDescriptionclassReturns the givenTemplateConfigurationdirectly, or anotherTemplateConfigurationFactory's result, when the specified matcher matches the template source.classReturns the first non-nullresult of the child factories, ignoring all further child factories.classReturns 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 TypeMethodDescriptionvoidConfiguration.setTemplateConfigurations(TemplateConfigurationFactory templateConfigurations) Sets aTemplateConfigurationFactorythat will configure individual templates where their settings differ from those coming from the commonConfigurationobject.