Uses of Interface
io.pebbletemplates.pebble.extension.escaper.EscapingStrategy
Packages that use EscapingStrategy
Package
Description
-
Uses of EscapingStrategy in io.pebbletemplates.pebble
Methods in io.pebbletemplates.pebble with parameters of type EscapingStrategyModifier and TypeMethodDescriptionPebbleEngine.Builder.addEscapingStrategy
(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 EscapingStrategyModifier and TypeMethodDescriptionvoid
ExtensionRegistryFactory.addEscapingStrategy
(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 EscapingStrategyModifier and TypeFieldDescriptionprivate final Map
<String, EscapingStrategy> EscapeFilter.strategies
Methods in io.pebbletemplates.pebble.extension.escaper with parameters of type EscapingStrategyModifier and TypeMethodDescriptionvoid
EscapeFilter.addEscapingStrategy
(String name, EscapingStrategy strategy) void
EscaperExtension.addEscapingStrategy
(String name, EscapingStrategy strategy) Adds a custom escaping strategy to the filter.