Class EmptyWebPanel

java.lang.Object
com.atlassian.jira.plugin.webfragment.EmptyWebPanel
All Implemented Interfaces:
com.atlassian.plugin.web.api.model.WebPanel, com.atlassian.plugin.web.model.WebPanel

public class EmptyWebPanel extends Object implements com.atlassian.plugin.web.model.WebPanel
  • Constructor Details

    • EmptyWebPanel

      public EmptyWebPanel()
  • Method Details

    • getHtml

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

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