Uses of Class
freemarker.template.SimpleScalar
-
Packages that use SimpleScalar Package Description freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Stared in the Manual.) -
-
Uses of SimpleScalar in freemarker.template
Methods in freemarker.template that return SimpleScalar Modifier and Type Method Description static SimpleScalar
SimpleScalar. newInstanceOrNull(String s)
Same as calling the constructor, except that for anull
parameter it returns null.
-