Uses of Class
freemarker.cache.TemplateNameFormat
-
Packages that use TemplateNameFormat 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 TemplateNameFormat in freemarker.cache
Fields in freemarker.cache declared as TemplateNameFormat Modifier and Type Field Description static TemplateNameFormat
TemplateNameFormat. DEFAULT_2_3_0
The default template name format whenincompatible_improvements
is below 2.4.0.static TemplateNameFormat
TemplateNameFormat. DEFAULT_2_4_0
The default template name format only whenincompatible_improvements
is set to 2.4.0 (or higher).Methods in freemarker.cache that return TemplateNameFormat Modifier and Type Method Description TemplateNameFormat
TemplateCache. getTemplateNameFormat()
Constructors in freemarker.cache with parameters of type TemplateNameFormat Constructor Description TemplateCache(TemplateLoader templateLoader, CacheStorage cacheStorage, TemplateLookupStrategy templateLookupStrategy, TemplateNameFormat templateNameFormat, Configuration config)
-
Uses of TemplateNameFormat in freemarker.template
Methods in freemarker.template that return TemplateNameFormat Modifier and Type Method Description TemplateNameFormat
Configuration. getTemplateNameFormat()
The getter pair ofConfiguration.setTemplateNameFormat(TemplateNameFormat)
.Methods in freemarker.template with parameters of type TemplateNameFormat Modifier and Type Method Description void
Configuration. setTemplateNameFormat(TemplateNameFormat templateNameFormat)
Sets the template name format used.
-