com.atlassian.confluence.plugins.dailysummary.content.popular
Class PopularContentPanel

java.lang.Object
  extended by com.atlassian.plugin.web.model.AbstractWebPanel
      extended by com.atlassian.confluence.plugins.dailysummary.content.popular.PopularContentPanel
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebPanel

public class PopularContentPanel
extends com.atlassian.plugin.web.model.AbstractWebPanel


Field Summary
static String PROP_POPULAR_CONTENT_EXCERPTS
           
 
Fields inherited from class com.atlassian.plugin.web.model.AbstractWebPanel
plugin
 
Constructor Summary
PopularContentPanel(VelocityHelperService velocityHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, PopularContentManager popularContentManager)
           
 
Method Summary
 String getHtml(Map<String,Object> context)
           
 boolean hasContent(Map context)
           
 void writeHtml(Writer writer, Map<String,Object> context)
           
 
Methods inherited from class com.atlassian.plugin.web.model.AbstractWebPanel
getRenderer, setPlugin, setResourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_POPULAR_CONTENT_EXCERPTS

public static final String PROP_POPULAR_CONTENT_EXCERPTS
See Also:
Constant Field Values
Constructor Detail

PopularContentPanel

public PopularContentPanel(VelocityHelperService velocityHelper,
                           com.atlassian.plugin.PluginAccessor pluginAccessor,
                           PopularContentManager popularContentManager)
Method Detail

getHtml

public String getHtml(Map<String,Object> context)

writeHtml

public void writeHtml(Writer writer,
                      Map<String,Object> context)
               throws IOException
Specified by:
writeHtml in interface com.atlassian.plugin.web.model.WebPanel
Overrides:
writeHtml in class com.atlassian.plugin.web.model.AbstractWebPanel
Throws:
IOException

hasContent

public boolean hasContent(Map context)


Copyright © 2003-2012 Atlassian. All Rights Reserved.