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

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

public class SpaceNotificationsListener
extends AbstractNotificationsListener


Field Summary
static java.lang.Class[] HANDLED_EVENTS
           
 
Fields inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
notificationManager, permissionManager, taskManager, userAccessor, wikiStyleRenderer
 
Constructor Summary
SpaceNotificationsListener()
           
 
Method Summary
protected  ContentEntityObject getContentEntityObject(java.util.Map contextMap)
          SpaceNotificationsListener doesn't need a ContentEntityObject as it provides its own RenderContext.
 java.lang.Class[] getHandledEventClasses()
           
protected  com.atlassian.renderer.RenderContext getRenderContext(NotificationData notificationData)
           
 void handleEvent(com.atlassian.event.Event event)
           
 
Methods inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
createNotificationTask, getLastModifier, makeViewEntityPermissionsCheck, sendNotification, sendNotifications, sendPageNotifications, sendSpaceNotifications, setFormatSettingsManager, setNotificationManager, setPermissionManager, setTaskManager, setUserAccessor, setWebResourceManager, setWikiStyleRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLED_EVENTS

public static final java.lang.Class[] HANDLED_EVENTS
Constructor Detail

SpaceNotificationsListener

public SpaceNotificationsListener()
Method Detail

handleEvent

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

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()

getContentEntityObject

protected ContentEntityObject getContentEntityObject(java.util.Map contextMap)
SpaceNotificationsListener doesn't need a ContentEntityObject as it provides its own RenderContext.

Specified by:
getContentEntityObject in class AbstractNotificationsListener

getRenderContext

protected com.atlassian.renderer.RenderContext getRenderContext(NotificationData notificationData)
Overrides:
getRenderContext in class AbstractNotificationsListener


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.