Class PluginTemplateBuilderAdapter
- java.lang.Object
-
- org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-
- org.exoplatform.commons.api.notification.channel.template.PluginTemplateBuilderAdapter
-
public class PluginTemplateBuilderAdapter extends AbstractTemplateBuilder
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Dec 23, 2014
-
-
Constructor Summary
Constructors Constructor Description PluginTemplateBuilderAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanmakeDigest(NotificationContext ctx, Writer writer)Makes the Digest message from given NotificationMessage what keep inside NotificationContextprotected MessageInfomakeMessage(NotificationContext ctx)Makes the MessageInfor from given NotificationMessage what keep inside NotificationContext-
Methods inherited from class org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
buildDigest, buildMessage, getLanguage, getNotificationToStore, getOrganizationService, getTemplateEngine, setTemplateEngine
-
-
-
-
Method Detail
-
makeMessage
protected MessageInfo makeMessage(NotificationContext ctx)
Description copied from class:AbstractTemplateBuilderMakes the MessageInfor from given NotificationMessage what keep inside NotificationContext- Specified by:
makeMessagein classAbstractTemplateBuilder- Returns:
-
makeDigest
protected boolean makeDigest(NotificationContext ctx, Writer writer)
Description copied from class:AbstractTemplateBuilderMakes the Digest message from given NotificationMessage what keep inside NotificationContext- Specified by:
makeDigestin classAbstractTemplateBuilder- Returns:
-
-