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
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 webItemscontext
- the notification context map
Copyright © 2003-2014 Atlassian. All Rights Reserved.