public class DefaultNotificationRenderManager extends java.lang.Object implements NotificationRenderManager
Constructor and Description |
---|
DefaultNotificationRenderManager() |
Modifier and Type | Method and Description |
---|---|
void |
attachActionIconImages(java.lang.String section,
NotificationContext context)
Multipart MIME encodes webItem icons for use in ADG Notifications
|
java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getDisplayableItems(java.lang.String section,
NotificationContext context) |
void |
setDataSourceFactory(DataSourceFactory dataSourceFactory) |
void |
setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) |
public java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(java.lang.String section, NotificationContext context)
getDisplayableItems
in interface NotificationRenderManager
public void attachActionIconImages(java.lang.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-2014 Atlassian. All Rights Reserved.