Uses of Class
freemarker.cache.TemplateNameFormat
Packages that use TemplateNameFormat
Package
Description
Template loading and caching.
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)-
Uses of TemplateNameFormat in freemarker.cache
Fields in freemarker.cache declared as TemplateNameFormatModifier and TypeFieldDescriptionstatic final TemplateNameFormat
TemplateNameFormat.DEFAULT_2_3_0
The default template name format whenincompatible_improvements
is below 2.4.0.static final 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 TemplateNameFormatConstructors in freemarker.cache with parameters of type TemplateNameFormatModifierConstructorDescriptionTemplateCache
(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)
withnull
fortemplateConfigurations
-s. -
Uses of TemplateNameFormat in freemarker.template
Methods in freemarker.template that return TemplateNameFormatModifier and TypeMethodDescriptionConfiguration.getTemplateNameFormat()
The getter pair ofConfiguration.setTemplateNameFormat(TemplateNameFormat)
.Methods in freemarker.template with parameters of type TemplateNameFormatModifier and TypeMethodDescriptionvoid
Configuration.setTemplateNameFormat
(TemplateNameFormat templateNameFormat) Sets the template name format used.