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