public class SubstitutionContext extends Object
SubstitutionContext
holds both runtime and config time values for the substitution process.Constructor and Description |
---|
SubstitutionContext(boolean escaping)
Creates a
SubstitutionContext with default (no-op) notifiers and escaping support
as dictated by escaping . |
SubstitutionContext(Consumer<String> onUnresolved,
Consumer<List<String>> onCycle,
boolean escaping)
|
public SubstitutionContext(boolean escaping)
SubstitutionContext
with default (no-op) notifiers and escaping support
as dictated by escaping
.escaping
- Enable/disable escaping supportCopyright © 2010-2018, ForgeRock All Rights Reserved.