Uses of Class
freemarker.cache.TemplateLookupStrategy
-
Packages that use TemplateLookupStrategy Package Description freemarker.cache Template loading and caching.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Stared in the Manual.) -
-
Uses of TemplateLookupStrategy in freemarker.cache
Fields in freemarker.cache declared as TemplateLookupStrategy Modifier and Type Field Description static TemplateLookupStrategy
TemplateLookupStrategy. DEFAULT_2_3_0
The default lookup strategy of FreeMarker.Methods in freemarker.cache that return TemplateLookupStrategy Modifier and Type Method Description TemplateLookupStrategy
TemplateCache. getTemplateLookupStrategy()
Constructors in freemarker.cache with parameters of type TemplateLookupStrategy Constructor Description TemplateCache(TemplateLoader templateLoader, CacheStorage cacheStorage, TemplateLookupStrategy templateLookupStrategy, TemplateNameFormat templateNameFormat, Configuration config)
-
Uses of TemplateLookupStrategy in freemarker.template
Methods in freemarker.template that return TemplateLookupStrategy Modifier and Type Method Description TemplateLookupStrategy
Configuration. getTemplateLookupStrategy()
The getter pair ofConfiguration.setTemplateLookupStrategy(TemplateLookupStrategy)
.Methods in freemarker.template with parameters of type TemplateLookupStrategy Modifier and Type Method Description void
Configuration. setTemplateLookupStrategy(TemplateLookupStrategy templateLookupStrategy)
Sets aTemplateLookupStrategy
that is used to look up templates based on the requested name; as a side effect the template cache will be emptied.
-