Uses of Class
freemarker.cache.TemplateLookupContext
-
Packages that use TemplateLookupContext Package Description freemarker.cache Template loading and caching. -
-
Uses of TemplateLookupContext in freemarker.cache
Methods in freemarker.cache with parameters of type TemplateLookupContext Modifier and Type Method Description abstract TemplateLookupResult
TemplateLookupStrategy. lookup(TemplateLookupContext ctx)
Finds the template source that matches the template name, locale (if notnull
) and other parameters specified in theTemplateLookupContext
.
-