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 Started in the Manual.) -
-
Uses of TemplateNameFormat in freemarker.cache
Fields in freemarker.cache declared as TemplateNameFormat Modifier and Type Field Description static TemplateNameFormatTemplateNameFormat. DEFAULT_2_3_0The default template name format whenincompatible_improvementsis below 2.4.0.static 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 TemplateNameFormat Modifier and Type Method Description TemplateNameFormatTemplateCache. getTemplateNameFormat()Constructors in freemarker.cache with parameters of type TemplateNameFormat Constructor Description TemplateCache(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 TemplateNameFormat Modifier and Type Method Description TemplateNameFormatConfiguration. getTemplateNameFormat()The getter pair ofConfiguration.setTemplateNameFormat(TemplateNameFormat).Methods in freemarker.template with parameters of type TemplateNameFormat Modifier and Type Method Description voidConfiguration. setTemplateNameFormat(TemplateNameFormat templateNameFormat)Sets the template name format used.
-