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

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

public class BlogPostNotificationsListener
extends AbstractNotificationsListener


Field Summary
static java.lang.Class[] HANDLED_EVENTS
           
 
Fields inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
notificationManager, taskManager, userAccessor, wikiStyleRenderer
 
Constructor Summary
BlogPostNotificationsListener()
           
 
Method Summary
protected  ContentEntityObject getContentEntityObject(java.util.Map contextMap)
          Returns the content entity used for the render context.
 java.lang.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
 

Field Detail

HANDLED_EVENTS

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

BlogPostNotificationsListener

public BlogPostNotificationsListener()
Method Detail

handleEvent

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

getContentEntityObject

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

Specified by:
getContentEntityObject in class AbstractNotificationsListener

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()


Copyright © 2003-2011 Atlassian. All Rights Reserved.