Class RendererWebPanelRenderUtil

java.lang.Object
com.atlassian.jira.issue.util.RendererWebPanelRenderUtil

public class RendererWebPanelRenderUtil extends Object
Utility class to help with rendering the pluggable web panels on the jira-renderer fields.
Since:
7.3
  • Constructor Details

  • Method Details

    • getWebPanels

      public List<? extends com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<? extends com.atlassian.plugin.web.api.model.WebPanel>> getWebPanels(String location)
    • renderPanels

      public String renderPanels(List<? extends com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<? extends com.atlassian.plugin.web.api.model.WebPanel>> panels)