Class DigestTemplate
java.lang.Object
org.exoplatform.commons.notification.template.SimpleElement
org.exoplatform.commons.notification.template.DigestTemplate
- All Implemented Interfaces:
org.exoplatform.commons.api.notification.template.Element
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.api.notification.template.ElementVisitoraccept(org.exoplatform.commons.api.notification.template.ElementVisitor visitor) digestMore(String template) Sets the digestThreeSets the digestOnedigestThree(String template) Sets the digestThreeMethods inherited from class org.exoplatform.commons.notification.template.SimpleElement
addNewLine, config, getLanguage, getPluginConfig, getTemplate, isNewLine, language, template, toString
-
Constructor Details
-
DigestTemplate
public DigestTemplate()
-
-
Method Details
-
digestOne
Sets the digestOne- Parameters:
template-- Returns:
-
digestThree
Sets the digestThree- Parameters:
template-- Returns:
-
digestMore
Sets the digestThree- Parameters:
template-- Returns:
-
accept
public org.exoplatform.commons.api.notification.template.ElementVisitor accept(org.exoplatform.commons.api.notification.template.ElementVisitor visitor) - Specified by:
acceptin interfaceorg.exoplatform.commons.api.notification.template.Element- Overrides:
acceptin classSimpleElement
-