com.atlassian.confluence.plugin.descriptor.mail
Class DefaultNotificationRenderManager

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
All Implemented Interfaces:
NotificationRenderManager

public class DefaultNotificationRenderManager
extends java.lang.Object
implements NotificationRenderManager


Constructor Summary
DefaultNotificationRenderManager()
           
 
Method Summary
 void attachActionIconImages(java.lang.String section, NotificationContext context)
          Multipart MIME encodes webItem icons for use in ADG Notifications
 java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(java.lang.String section, NotificationContext context)
           
 void setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 void setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNotificationRenderManager

public DefaultNotificationRenderManager()
Method Detail

getDisplayableItems

public java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(java.lang.String section,
                                                                                                        NotificationContext context)
Specified by:
getDisplayableItems in interface NotificationRenderManager

attachActionIconImages

public void attachActionIconImages(java.lang.String section,
                                   NotificationContext context)
Description copied from interface: NotificationRenderManager
Multipart MIME encodes webItem icons for use in ADG Notifications

Specified by:
attachActionIconImages in interface NotificationRenderManager
Parameters:
section - section containing the relevant webItems
context - the notification context map

setWebInterfaceManager

public void setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)

setDataSourceFactory

public void setDataSourceFactory(DataSourceFactory dataSourceFactory)


Copyright © 2003-2013 Atlassian. All Rights Reserved.