Uses of Interface
com.samskivert.mustache.Mustache.Escaper
-
-
Uses of Mustache.Escaper in com.samskivert.mustache
Fields in com.samskivert.mustache declared as Mustache.Escaper Modifier and Type Field Description Mustache.EscaperMustache.Compiler. escaperHandles escaping characters in substituted text.static Mustache.EscaperEscapers. HTMLEscapes HTML entities.static Mustache.EscaperEscapers. NONEAn escaper that does no escaping.Methods in com.samskivert.mustache that return Mustache.Escaper Modifier and Type Method Description static Mustache.EscaperEscapers. simple(String[]... repls)Returns an escaper that replaces a list of text sequences with canned replacements.Methods in com.samskivert.mustache with parameters of type Mustache.Escaper Modifier and Type Method Description Mustache.CompilerMustache.Compiler. withEscaper(Mustache.Escaper escaper)Configures theMustache.Escaperused to escape substituted text.
-