Class DefaultNotificationRenderManager
- java.lang.Object
-
- com.atlassian.confluence.plugin.descriptor.mail.DefaultNotificationRenderManager
-
- All Implemented Interfaces:
NotificationRenderManager
public class DefaultNotificationRenderManager extends Object implements NotificationRenderManager
-
-
Constructor Summary
Constructors Constructor Description DefaultNotificationRenderManager()
-
Method Summary
All Methods Instance Methods Concrete 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 section, NotificationContext context)
void
setDataSourceFactory(DataSourceFactory dataSourceFactory)
void
setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
-
-
Method Detail
-
getDisplayableItems
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String section, NotificationContext context)
- Specified by:
getDisplayableItems
in interfaceNotificationRenderManager
-
attachActionIconImages
public void attachActionIconImages(String section, NotificationContext context)
Description copied from interface:NotificationRenderManager
Multipart MIME encodes webItem icons for use in ADG Notifications- Specified by:
attachActionIconImages
in interfaceNotificationRenderManager
- Parameters:
section
- section containing the relevant webItemscontext
- the notification context map
-
setWebInterfaceManager
public void setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
setDataSourceFactory
public void setDataSourceFactory(DataSourceFactory dataSourceFactory)
-
-