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 TemplateNameFormatTemplateNameFormat.DEFAULT_2_3_0The default template name format whenincompatible_improvementsis below 2.4.0.static final TemplateNameFormatTemplateNameFormat.DEFAULT_2_4_0The default template name format only whenincompatible_improvementsis 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)withnullfortemplateConfigurations-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 TypeMethodDescriptionvoidConfiguration.setTemplateNameFormat(TemplateNameFormat templateNameFormat) Sets the template name format used.