com.atlassian.confluence.mail.notification.listeners
Class AttachmentNotificationsListener

java.lang.Object
  extended by com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
      extended by com.atlassian.confluence.mail.notification.listeners.AttachmentNotificationsListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class AttachmentNotificationsListener
extends AbstractNotificationsListener


Field Summary
 
Fields inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
notificationManager, taskManager, userAccessor, wikiStyleRenderer
 
Constructor Summary
AttachmentNotificationsListener()
           
 
Method Summary
protected  ContentEntityObject getContentEntityObject(Map contextMap)
          Returns the content entity used for the render context.
 Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 
Methods inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
createNotificationTask, getNotificationDataForEvent, getRenderContext, sendNetworkNotifications, sendNotification, sendNotifications, sendPageNotifications, sendSpaceNotifications, setFormatSettingsManager, setI18NBeanFactory, setLocaleManager, setNotificationManager, setPermissionManagerTarget, setTaskManager, setUserAccessor, setWebResourceManager, setWikiStyleRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentNotificationsListener

public AttachmentNotificationsListener()
Method Detail

handleEvent

public void handleEvent(com.atlassian.event.Event event)

getContentEntityObject

protected ContentEntityObject getContentEntityObject(Map contextMap)
Description copied from class: AbstractNotificationsListener
Returns the content entity used for the render context.

Specified by:
getContentEntityObject in class AbstractNotificationsListener

getHandledEventClasses

public Class[] getHandledEventClasses()


Copyright © 2003-2011 Atlassian. All Rights Reserved.