Uses of Class
org.forgerock.config.resolvers.template.Template
-
Packages that use Template Package Description org.forgerock.config.resolvers This package contains the common config property resolvers.org.forgerock.config.resolvers.template This package contains the template parser used in property substitution. -
-
Uses of Template in org.forgerock.config.resolvers
Methods in org.forgerock.config.resolvers with parameters of type Template Modifier and Type Method Description StringSubstitutionVisitor. visitProperty(SubstitutionContext context, Template property, Template defaultValue)Method parameters in org.forgerock.config.resolvers with type arguments of type Template Modifier and Type Method Description StringSubstitutionVisitor. visitSequence(SubstitutionContext context, List<Template> sequence) -
Uses of Template in org.forgerock.config.resolvers.template
Methods in org.forgerock.config.resolvers.template that return Template Modifier and Type Method Description static TemplateTemplate. compile(String source)Build a newTemplatefrom the givensourcevalue.static TemplateTemplate. compile(String source, boolean escaping)Build a newTemplatefrom the givensourcevalue, instructing the parser to either escape or not special characters with the help of theescapingparameter.static TemplateTemplate. empty()Constructs a new empty template.TemplateTemplateParser. parse(String source, boolean escaping)static TemplateTemplate. property(Template name)Constructs a new property template with the givennameTemplate.static TemplateTemplate. property(Template name, Template defaultValue)Constructs a new property template with the givennameanddefaultValuetemplates.static TemplateTemplate. sequence(List<Template> templates)Constructs a new sequence template from the giventemplateslist.static TemplateTemplate. sequence(Template... templates)Constructs a new sequence template from the giventemplateslist.static TemplateTemplate. textual(String text)Constructs a new textual template with the giventext.Methods in org.forgerock.config.resolvers.template with parameters of type Template Modifier and Type Method Description static TemplateTemplate. property(Template name)Constructs a new property template with the givennameTemplate.static TemplateTemplate. property(Template name, Template defaultValue)Constructs a new property template with the givennameanddefaultValuetemplates.static TemplateTemplate. sequence(Template... templates)Constructs a new sequence template from the giventemplateslist.BooleanHasPropertyVisitor. visitProperty(Void context, Template property, Template defaultValue)default TTemplateVisitor. visitProperty(C context, Template property, Template defaultValue)Visit a property template with the givencontextobject.Method parameters in org.forgerock.config.resolvers.template with type arguments of type Template Modifier and Type Method Description static TemplateTemplate. sequence(List<Template> templates)Constructs a new sequence template from the giventemplateslist.BooleanHasPropertyVisitor. visitSequence(Void context, List<Template> sequence)default TTemplateVisitor. visitSequence(C context, List<Template> sequence)Visit a sequence of templates with the givencontextobject.
-