Uses of Class
freemarker.core.TruncateBuiltinAlgorithm
-
Packages that use TruncateBuiltinAlgorithm Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template. -
-
Uses of TruncateBuiltinAlgorithm in freemarker.core
Subclasses of TruncateBuiltinAlgorithm in freemarker.core Modifier and Type Class Description classDefaultTruncateBuiltinAlgorithmThe defaultTruncateBuiltinAlgorithmimplementation; seeConfigurable.setTruncateBuiltinAlgorithm(TruncateBuiltinAlgorithm).Methods in freemarker.core that return TruncateBuiltinAlgorithm Modifier and Type Method Description TruncateBuiltinAlgorithmConfigurable. getTruncateBuiltinAlgorithm()Methods in freemarker.core with parameters of type TruncateBuiltinAlgorithm Modifier and Type Method Description voidConfigurable. setTruncateBuiltinAlgorithm(TruncateBuiltinAlgorithm truncateBuiltinAlgorithm)Specifies the algorithm used for?truncate.
-