Uses of Interface
io.pebbletemplates.pebble.extension.escaper.EscapingStrategy
-
Packages that use EscapingStrategy Package Description io.pebbletemplates.pebble io.pebbletemplates.pebble.extension io.pebbletemplates.pebble.extension.escaper -
-
Uses of EscapingStrategy in io.pebbletemplates.pebble
Methods in io.pebbletemplates.pebble with parameters of type EscapingStrategy Modifier and Type Method Description PebbleEngine.Builder
PebbleEngine.Builder. addEscapingStrategy(java.lang.String name, EscapingStrategy strategy)
Adds an escaping strategy to the built-in escaper extension. -
Uses of EscapingStrategy in io.pebbletemplates.pebble.extension
Methods in io.pebbletemplates.pebble.extension with parameters of type EscapingStrategy Modifier and Type Method Description void
ExtensionRegistryFactory. addEscapingStrategy(java.lang.String name, EscapingStrategy strategy)
-
Uses of EscapingStrategy in io.pebbletemplates.pebble.extension.escaper
Fields in io.pebbletemplates.pebble.extension.escaper with type parameters of type EscapingStrategy Modifier and Type Field Description private java.util.Map<java.lang.String,EscapingStrategy>
EscapeFilter. strategies
Methods in io.pebbletemplates.pebble.extension.escaper with parameters of type EscapingStrategy Modifier and Type Method Description void
EscapeFilter. addEscapingStrategy(java.lang.String name, EscapingStrategy strategy)
void
EscaperExtension. addEscapingStrategy(java.lang.String name, EscapingStrategy strategy)
Adds a custom escaping strategy to the filter.
-