Modifier and Type | Field and Description |
---|---|
Mustache.Escaper |
Mustache.Compiler.escaper
Handles escaping characters in substituted text.
|
static Mustache.Escaper |
Escapers.HTML
Escapes HTML entities.
|
static Mustache.Escaper |
Escapers.NONE
An escaper that does no escaping.
|
Modifier and Type | Method and Description |
---|---|
static Mustache.Escaper |
Escapers.simple(String[]... repls)
Returns an escaper that replaces a list of text sequences with canned replacements.
|
Modifier and Type | Method and Description |
---|---|
Mustache.Compiler |
Mustache.Compiler.withEscaper(Mustache.Escaper escaper)
Configures the
Mustache.Escaper used to escape substituted text. |
Copyright © 2016. All rights reserved.