Uses of Class
freemarker.core.TruncateBuiltinAlgorithm
Packages that use TruncateBuiltinAlgorithm
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.-
Uses of TruncateBuiltinAlgorithm in freemarker.core
Subclasses of TruncateBuiltinAlgorithm in freemarker.coreModifier and TypeClassDescriptionclass
The defaultTruncateBuiltinAlgorithm
implementation; seeConfigurable.setTruncateBuiltinAlgorithm(TruncateBuiltinAlgorithm)
.Methods in freemarker.core that return TruncateBuiltinAlgorithmMethods in freemarker.core with parameters of type TruncateBuiltinAlgorithmModifier and TypeMethodDescriptionvoid
Configurable.setTruncateBuiltinAlgorithm
(TruncateBuiltinAlgorithm truncateBuiltinAlgorithm) Specifies the algorithm used for?truncate
.