Interface NotificationRenderManager
-
- All Known Implementing Classes:
DefaultNotificationRenderManager
public interface NotificationRenderManager
Provides web items and resources for Email Notifications.- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attachActionIconImages(String section, NotificationContext context)
Multipart MIME encodes webItem icons for use in ADG NotificationsList<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>
getDisplayableItems(String sectionKey, NotificationContext context)
-
-
-
Method Detail
-
getDisplayableItems
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String sectionKey, NotificationContext context)
-
attachActionIconImages
void attachActionIconImages(String section, NotificationContext context)
Multipart MIME encodes webItem icons for use in ADG Notifications- Parameters:
section
- section containing the relevant webItemscontext
- the notification context map
-
-