com.silverpeas.mailinglist.service.notification
Class AbstractNotificationFormatter

java.lang.Object
  extended by com.silverpeas.mailinglist.service.notification.AbstractNotificationFormatter
All Implemented Interfaces:
NotificationFormatter
Direct Known Subclasses:
AdvancedNotificationFormatter, SimpleNotificationFormatter

public abstract class AbstractNotificationFormatter
extends Object
implements NotificationFormatter

Helper class for implementing formatting.

Author:
ehugonnet

Constructor Summary
AbstractNotificationFormatter()
           
 
Method Summary
 String prepareUrl(Message message, boolean moderate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.silverpeas.mailinglist.service.notification.NotificationFormatter
formatMessage, formatTitle
 

Constructor Detail

AbstractNotificationFormatter

public AbstractNotificationFormatter()
Method Detail

prepareUrl

public String prepareUrl(Message message,
                         boolean moderate)
Specified by:
prepareUrl in interface NotificationFormatter


Copyright © 2016 Silverpeas. All Rights Reserved.