public class

SpaceNotificationsListener

extends AbstractNotificationsListener
java.lang.Object
   ↳ com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
     ↳ com.atlassian.confluence.mail.notification.listeners.SpaceNotificationsListener

Summary

Fields
public static final Class[] HANDLED_EVENTS
[Expand]
Inherited Fields
From class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
Public Constructors
SpaceNotificationsListener()
Public Methods
Class[] getHandledEventClasses()
void handleEvent(Event event)
Protected Methods
ContentEntityObject getContentEntityObject(Map contextMap)
SpaceNotificationsListener doesn't need a ContentEntityObject as it provides its own RenderContext.
ConversionContext getConversionContext(NotificationData notificationData)
[Expand]
Inherited Methods
From class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
From class java.lang.Object
From interface com.atlassian.event.EventListener

Fields

public static final Class[] HANDLED_EVENTS

Public Constructors

public SpaceNotificationsListener ()

Public Methods

public Class[] getHandledEventClasses ()

public void handleEvent (Event event)

Protected Methods

protected ContentEntityObject getContentEntityObject (Map contextMap)

SpaceNotificationsListener doesn't need a ContentEntityObject as it provides its own RenderContext.

protected ConversionContext getConversionContext (NotificationData notificationData)