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 voidattachActionIconImages(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)voidsetDataSourceFactory(DataSourceFactory dataSourceFactory)voidsetWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
-
-
Method Detail
-
getDisplayableItems
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String section, NotificationContext context)
- Specified by:
getDisplayableItemsin interfaceNotificationRenderManager
-
attachActionIconImages
public void attachActionIconImages(String section, NotificationContext context)
Description copied from interface:NotificationRenderManagerMultipart MIME encodes webItem icons for use in ADG Notifications- Specified by:
attachActionIconImagesin 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)
-
-