public class DefaultNotificationRenderManager extends Object implements NotificationRenderManager
Constructor and Description |
---|
DefaultNotificationRenderManager() |
Modifier and Type | Method and Description |
---|---|
void |
attachActionIconImages(String section,
NotificationContext context)
Multipart MIME encodes webItem icons for use in ADG Notifications
|
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getDisplayableItems(String section,
NotificationContext context) |
void |
setDataSourceFactory(DataSourceFactory dataSourceFactory) |
void |
setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) |
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String section, NotificationContext context)
getDisplayableItems
in interface NotificationRenderManager
public void attachActionIconImages(String section, NotificationContext context)
NotificationRenderManager
attachActionIconImages
in interface NotificationRenderManager
section
- section containing the relevant webItemscontext
- the notification context mappublic void setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
public void setDataSourceFactory(DataSourceFactory dataSourceFactory)
Copyright © 2003–2021 Atlassian. All rights reserved.