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 TypeMethodDescriptionvoidExtensionRegistryFactory.addEscapingStrategy(String name, EscapingStrategy strategy) -
Uses of EscapingStrategy in io.pebbletemplates.pebble.extension.escaper
Methods in io.pebbletemplates.pebble.extension.escaper with parameters of type EscapingStrategyModifier and TypeMethodDescriptionvoidEscapeFilter.addEscapingStrategy(String name, EscapingStrategy strategy) voidEscaperExtension.addEscapingStrategy(String name, EscapingStrategy strategy) Adds a custom escaping strategy to the filter.