Uses of Class
freemarker.core.UnregisteredOutputFormatException
-
Packages that use UnregisteredOutputFormatException Package Description freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Started in the Manual.) -
-
Uses of UnregisteredOutputFormatException in freemarker.template
Methods in freemarker.template that throw UnregisteredOutputFormatException Modifier and Type Method Description OutputFormat
Configuration. getOutputFormat(java.lang.String name)
Returns the output format for a name.
-