com.atlassian.jira.admin.adminheader
Class GeneralAdminNavHeaderPanel

java.lang.Object
  extended by com.atlassian.jira.admin.adminheader.GeneralAdminNavHeaderPanel
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebPanel

public class GeneralAdminNavHeaderPanel
extends Object
implements com.atlassian.plugin.web.model.WebPanel

TODO: Document this class / interface here

Since:
v6.0

Constructor Summary
GeneralAdminNavHeaderPanel(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer)
           
 
Method Summary
 String getHtml(Map<String,Object> context)
           
 void writeHtml(Writer writer, Map<String,Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralAdminNavHeaderPanel

public GeneralAdminNavHeaderPanel(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer)
Method Detail

getHtml

public String getHtml(Map<String,Object> context)
Specified by:
getHtml in interface com.atlassian.plugin.web.model.WebPanel

writeHtml

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.