Uses of Interface
org.exoplatform.commons.api.notification.template.Element
-
Packages that use Element Package Description org.exoplatform.commons.api.notification.template -
-
Uses of Element in org.exoplatform.commons.api.notification.template
Methods in org.exoplatform.commons.api.notification.template that return Element Modifier and Type Method Description ElementElement. addNewLine(boolean needNewLine)Set the value isNewLine for the case digestElementElement. config(PluginConfig templateConfig)Sets the template configure for the elementElementElement. language(String language)Assigns the language toElementElement. template(String template)Assigns the template to the elementMethods in org.exoplatform.commons.api.notification.template with parameters of type Element Modifier and Type Method Description ElementVisitorElementVisitor. visit(Element element)To visit the element and generate
-