Uses of Class
freemarker.cache.TemplateLookupResult
-
Packages that use TemplateLookupResult Package Description freemarker.cache Template loading and caching. -
-
Uses of TemplateLookupResult in freemarker.cache
Methods in freemarker.cache that return TemplateLookupResult Modifier and Type Method Description TemplateLookupResultTemplateLookupContext. createNegativeLookupResult()Creates a not-found lookup result that then can be used as the return value ofTemplateLookupStrategy.lookup(TemplateLookupContext).abstract TemplateLookupResultTemplateLookupStrategy. lookup(TemplateLookupContext ctx)Finds the template source that matches the template name, locale (if notnull) and other parameters specified in theTemplateLookupContext.abstract TemplateLookupResultTemplateLookupContext. lookupWithAcquisitionStrategy(java.lang.String templateName)Finds the template source based on its normalized name; handles*steps (so called acquisition), otherwise it just callsTemplateLoader.findTemplateSource(String).abstract TemplateLookupResultTemplateLookupContext. lookupWithLocalizedThenAcquisitionStrategy(java.lang.String templateName, java.util.Locale templateLocale)Finds the template source based on its normalized name; tries localized variations going from most specific to less specific, and for each variation it delegates toTemplateLookupContext.lookupWithAcquisitionStrategy(String).
-