Uses of Class
freemarker.cache.TemplateLookupStrategy
Packages that use TemplateLookupStrategy
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 TemplateLookupStrategy in freemarker.cache
Fields in freemarker.cache declared as TemplateLookupStrategyModifier and TypeFieldDescriptionstatic final TemplateLookupStrategy
TemplateLookupStrategy.DEFAULT_2_3_0
The default lookup strategy of FreeMarker.Methods in freemarker.cache that return TemplateLookupStrategyConstructors in freemarker.cache with parameters of type TemplateLookupStrategyModifierConstructorDescriptionTemplateCache
(TemplateLoader templateLoader, CacheStorage cacheStorage, TemplateLookupStrategy templateLookupStrategy, TemplateNameFormat templateNameFormat, TemplateConfigurationFactory templateConfigurations, Configuration config) TemplateCache
(TemplateLoader templateLoader, CacheStorage cacheStorage, TemplateLookupStrategy templateLookupStrategy, TemplateNameFormat templateNameFormat, Configuration config) Same asTemplateCache(TemplateLoader, CacheStorage, TemplateLookupStrategy, TemplateNameFormat, TemplateConfigurationFactory, Configuration)
withnull
fortemplateConfigurations
-s. -
Uses of TemplateLookupStrategy in freemarker.template
Methods in freemarker.template that return TemplateLookupStrategyModifier and TypeMethodDescriptionConfiguration.getTemplateLookupStrategy()
The getter pair ofConfiguration.setTemplateLookupStrategy(TemplateLookupStrategy)
.Methods in freemarker.template with parameters of type TemplateLookupStrategyModifier and TypeMethodDescriptionvoid
Configuration.setTemplateLookupStrategy
(TemplateLookupStrategy templateLookupStrategy) Sets theTemplateLookupStrategy
that is used to look up templates based on the requested name; as a side effect the template cache will be emptied.