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
public class DigestTemplate extends SimpleElement
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Aug 1, 2013
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDigestTemplate.ElementType
-
Constructor Summary
Constructors Constructor Description DigestTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.commons.api.notification.template.ElementVisitoraccept(org.exoplatform.commons.api.notification.template.ElementVisitor visitor)DigestTemplatedigestMore(String template)Sets the digestThreeDigestTemplatedigestOne(String template)Sets the digestOneDigestTemplatedigestThree(String template)Sets the digestThree-
Methods inherited from class org.exoplatform.commons.notification.template.SimpleElement
addNewLine, config, getLanguage, getPluginConfig, getTemplate, isNewLine, language, template, toString
-
-
-
-
Method Detail
-
digestOne
public DigestTemplate digestOne(String template)
Sets the digestOne- Parameters:
template-- Returns:
-
digestThree
public DigestTemplate digestThree(String template)
Sets the digestThree- Parameters:
template-- Returns:
-
digestMore
public DigestTemplate digestMore(String template)
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
-
-