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 Started in the Manual.) -
-
Uses of TemplateLookupStrategy in freemarker.cache
Fields in freemarker.cache declared as TemplateLookupStrategy Modifier and Type Field Description static TemplateLookupStrategyTemplateLookupStrategy. DEFAULT_2_3_0The default lookup strategy of FreeMarker.Methods in freemarker.cache that return TemplateLookupStrategy Modifier and Type Method Description TemplateLookupStrategyTemplateCache. getTemplateLookupStrategy()Constructors in freemarker.cache with parameters of type TemplateLookupStrategy Constructor Description TemplateCache(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)withnullfortemplateConfigurations-s. -
Uses of TemplateLookupStrategy in freemarker.template
Methods in freemarker.template that return TemplateLookupStrategy Modifier and Type Method Description TemplateLookupStrategyConfiguration. getTemplateLookupStrategy()The getter pair ofConfiguration.setTemplateLookupStrategy(TemplateLookupStrategy).Methods in freemarker.template with parameters of type TemplateLookupStrategy Modifier and Type Method Description voidConfiguration. setTemplateLookupStrategy(TemplateLookupStrategy templateLookupStrategy)Sets theTemplateLookupStrategythat is used to look up templates based on the requested name; as a side effect the template cache will be emptied.
-