Uses of Class
freemarker.cache.FirstMatchTemplateConfigurationFactory
-
Packages that use FirstMatchTemplateConfigurationFactory Package Description freemarker.cache Template loading and caching. -
-
Uses of FirstMatchTemplateConfigurationFactory in freemarker.cache
Methods in freemarker.cache that return FirstMatchTemplateConfigurationFactory Modifier and Type Method Description FirstMatchTemplateConfigurationFactory
FirstMatchTemplateConfigurationFactory. allowNoMatch(boolean allow)
Same assetAllowNoMatch(boolean)
, but return this object to support "fluent API" style.FirstMatchTemplateConfigurationFactory
FirstMatchTemplateConfigurationFactory. noMatchErrorDetails(java.lang.String message)
Same assetNoMatchErrorDetails(String)
, but return this object to support "fluent API" style.
-