Class GeneralAdminHeaderPanel

java.lang.Object
com.atlassian.jira.admin.adminheader.GeneralAdminHeaderPanel
All Implemented Interfaces:
com.atlassian.plugin.web.api.model.WebPanel, com.atlassian.plugin.web.model.WebPanel

public class GeneralAdminHeaderPanel extends Object implements com.atlassian.plugin.web.model.WebPanel
This class provides a simple soy generated web-panel containing the admin header including a new admin search link
Since:
v6.0
  • Constructor Details

    • GeneralAdminHeaderPanel

      public GeneralAdminHeaderPanel(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext)
  • Method Details

    • getHtml

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

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