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
 
Fields inherited from class com.atlassian.plugin.web.model.AbstractWebPanel
plugin
 
Constructor Summary
PopularContentPanel(com.atlassian.plugin.PluginAccessor pluginAccessor, TemplateRenderer templateRenderer, VelocityHelperService velocityHelper)
           
 
Method Summary
 java.lang.String getHtml(java.util.Map<java.lang.String,java.lang.Object> context)
           
 boolean hasContent(PopularContentContext context)
           
 void writeHtml(java.io.Writer writer, java.util.Map<java.lang.String,java.lang.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
 

Constructor Detail

PopularContentPanel

public PopularContentPanel(com.atlassian.plugin.PluginAccessor pluginAccessor,
                           TemplateRenderer templateRenderer,
                           VelocityHelperService velocityHelper)
Method Detail

getHtml

public java.lang.String getHtml(java.util.Map<java.lang.String,java.lang.Object> context)

writeHtml

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

hasContent

public boolean hasContent(PopularContentContext context)


Copyright © 2003-2014 Atlassian. All Rights Reserved.