com.atlassian.confluence.plugins.dailysummary.content.popular
Class PopularContentPanel
java.lang.Object
com.atlassian.plugin.web.model.AbstractWebPanel
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
Fields inherited from class com.atlassian.plugin.web.model.AbstractWebPanel |
plugin |
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 |
PopularContentPanel
public PopularContentPanel(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
VelocityHelperService velocityHelper)
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.