com.atlassian.jira.issue.util
Class IssueWebPanelRenderUtil

java.lang.Object
  extended by com.atlassian.jira.issue.util.IssueWebPanelRenderUtil

public class IssueWebPanelRenderUtil
extends Object

Utility class to help with rendering the pluggable web panels on the view issue page.

Since:
5.0

Constructor Summary
IssueWebPanelRenderUtil(com.atlassian.crowd.embedded.api.User loggedInUser, Issue issue, webwork.action.Action action, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ModuleWebComponent moduleWebComponent)
           
 
Method Summary
 List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getInfoWebPanels()
           
 List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getLeftWebPanels()
           
 List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getRightWebPanels()
           
 Map<String,Object> getWebPanelContext()
           
 String renderHeadlessPanel(com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor panel)
           
 String renderPanel(com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor panel)
           
 String renderPanels(List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> panels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueWebPanelRenderUtil

public IssueWebPanelRenderUtil(com.atlassian.crowd.embedded.api.User loggedInUser,
                               Issue issue,
                               webwork.action.Action action,
                               com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
                               ModuleWebComponent moduleWebComponent)
Method Detail

getInfoWebPanels

public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getInfoWebPanels()

getRightWebPanels

public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getRightWebPanels()

getLeftWebPanels

public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getLeftWebPanels()

getWebPanelContext

public Map<String,Object> getWebPanelContext()

renderPanels

public String renderPanels(List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> panels)

renderPanel

public String renderPanel(com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor panel)

renderHeadlessPanel

public String renderHeadlessPanel(com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor panel)


Copyright © 2002-2014 Atlassian. All Rights Reserved.