com.atlassian.confluence.plugins.dailysummary.content
Interface SummaryEmailContentPanel

All Superinterfaces:
com.atlassian.plugin.web.model.WebPanel
All Known Implementing Classes:
PopularContentPanel

public interface SummaryEmailContentPanel
extends com.atlassian.plugin.web.model.WebPanel


Field Summary
static String CTX_SUMMARY_EMAIL_IMAGE_DATASOURCES
           
static String PANEL_PLUGIN_POINT
           
static String PROP_SUMMARY_EMAIL_HAS_CONTENT
           
 
Method Summary
 boolean hasContent(Map context)
           
 
Methods inherited from interface com.atlassian.plugin.web.model.WebPanel
getHtml, writeHtml
 

Field Detail

PANEL_PLUGIN_POINT

static final String PANEL_PLUGIN_POINT
See Also:
Constant Field Values

PROP_SUMMARY_EMAIL_HAS_CONTENT

static final String PROP_SUMMARY_EMAIL_HAS_CONTENT
See Also:
Constant Field Values

CTX_SUMMARY_EMAIL_IMAGE_DATASOURCES

static final String CTX_SUMMARY_EMAIL_IMAGE_DATASOURCES
See Also:
Constant Field Values
Method Detail

hasContent

boolean hasContent(Map context)


Copyright © 2003-2012 Atlassian. All Rights Reserved.