Uses of Interface
com.samskivert.mustache.Mustache.Escaper
-
Uses of Mustache.Escaper in com.samskivert.mustache
Fields in com.samskivert.mustache declared as Mustache.EscaperModifier and TypeFieldDescriptionprotected final Mustache.EscaperMustache.VariableSegment._escaperfinal Mustache.EscaperMustache.Compiler.escaperHandles escaping characters in substituted text.static final Mustache.EscaperEscapers.HTMLEscapes HTML entities.static final Mustache.EscaperEscapers.NONEAn escaper that does no escaping.Methods in com.samskivert.mustache that return Mustache.EscaperModifier and TypeMethodDescriptionstatic Mustache.EscaperReturns an escaper that replaces a list of text sequences with canned replacements.Methods in com.samskivert.mustache with parameters of type Mustache.EscaperModifier and TypeMethodDescriptionMustache.Compiler.withEscaper(Mustache.Escaper escaper) Configures theMustache.Escaperused to escape substituted text.Constructors in com.samskivert.mustache with parameters of type Mustache.EscaperModifierConstructorDescriptionprotectedCompiler(boolean standardsMode, boolean strictSections, String nullValue, boolean missingIsNull, boolean emptyStringIsFalse, boolean zeroIsFalse, Mustache.Formatter formatter, Mustache.Escaper escaper, Mustache.TemplateLoader loader, Mustache.Collector collector, Mustache.Delims delims) VariableSegment(String name, int line, Mustache.Formatter formatter, Mustache.Escaper escaper)