Class SubstitutionVisitor

java.lang.Object
org.forgerock.config.resolvers.SubstitutionVisitor
All Implemented Interfaces:
TemplateVisitor<String,SubstitutionContext>

public final class SubstitutionVisitor extends Object implements TemplateVisitor<String,SubstitutionContext>
This visitor evaluates Templates with the help of a PropertyResolver.

It supports recursive evaluation if given a TemplateParser.