Uses of Class
freemarker.cache.TemplateCache.MaybeMissingTemplate
-
Packages that use TemplateCache.MaybeMissingTemplate Package Description freemarker.cache Template loading and caching. -
-
Uses of TemplateCache.MaybeMissingTemplate in freemarker.cache
Methods in freemarker.cache that return TemplateCache.MaybeMissingTemplate Modifier and Type Method Description TemplateCache.MaybeMissingTemplate
TemplateCache. getTemplate(String name, Locale locale, Object customLookupCondition, String encoding, boolean parseAsFTL)
Retrieves the template with the given name (and according the specified further parameters) from the template cache, loading it into the cache first if it's missing/staled.
-