com.atlassian.confluence.plugin.descriptor.mail
Interface NotificationRenderManager

All Known Implementing Classes:
DefaultNotificationRenderManager

public interface NotificationRenderManager

Provides web items and resources for Email Notifications.

Since:
4.2

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 sectionKey, NotificationContext context)
           
 

Method Detail

getDisplayableItems

java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(java.lang.String sectionKey,
                                                                                                 NotificationContext context)

attachActionIconImages

void attachActionIconImages(java.lang.String section,
                            NotificationContext context)
Multipart MIME encodes webItem icons for use in ADG Notifications

Parameters:
section - section containing the relevant webItems
context - the notification context map


Copyright © 2003-2014 Atlassian. All Rights Reserved.