com.atlassian.studio.confluence.themes.footer
Class StudioFooter
java.lang.Object
com.atlassian.studio.confluence.themes.footer.StudioFooter
- All Implemented Interfaces:
- com.atlassian.plugin.web.model.WebPanel
public class StudioFooter
- extends java.lang.Object
- implements com.atlassian.plugin.web.model.WebPanel
Studio Footer for confluence which uses the studio footer renderer
to generate the html for the footer.
- Since:
- v3.0
Constructor Summary |
StudioFooter(com.atlassian.studio.common.footer.StudioFooterRenderer studioFooterRenderer)
|
Method Summary |
java.lang.String |
getHtml(java.util.Map<java.lang.String,java.lang.Object> context)
|
void |
writeHtml(java.io.Writer writer,
java.util.Map<java.lang.String,java.lang.Object> context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StudioFooter
public StudioFooter(com.atlassian.studio.common.footer.StudioFooterRenderer studioFooterRenderer)
getHtml
public java.lang.String getHtml(java.util.Map<java.lang.String,java.lang.Object> context)
- Specified by:
getHtml
in interface com.atlassian.plugin.web.model.WebPanel
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
- Throws:
java.io.IOException
Copyright © 2003-2014 Atlassian. All Rights Reserved.