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.BuilderPebbleEngine.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 voidExtensionRegistryFactory. 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. strategiesMethods in io.pebbletemplates.pebble.extension.escaper with parameters of type EscapingStrategy Modifier and Type Method Description voidEscapeFilter. addEscapingStrategy(java.lang.String name, EscapingStrategy strategy)voidEscaperExtension. addEscapingStrategy(java.lang.String name, EscapingStrategy strategy)Adds a custom escaping strategy to the filter.
-