Uses of Interface
org.exoplatform.commons.api.notification.template.ElementVisitor
-
Packages that use ElementVisitor Package Description org.exoplatform.commons.api.notification.template -
-
Uses of ElementVisitor in org.exoplatform.commons.api.notification.template
Methods in org.exoplatform.commons.api.notification.template that return ElementVisitor Modifier and Type Method Description ElementVisitorElement. accept(ElementVisitor visitor)Accept the visitor to visit the elementElementVisitorElementVisitor. visit(Element element)To visit the element and generateElementVisitorElementVisitor. with(TemplateContext ctx)Attaches the Template Context for Template generate.Methods in org.exoplatform.commons.api.notification.template with parameters of type ElementVisitor Modifier and Type Method Description ElementVisitorElement. accept(ElementVisitor visitor)Accept the visitor to visit the element
-