com.atlassian.jira.issue.util
Class IssueWebPanelRenderUtil
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueWebPanelRenderUtil
public IssueWebPanelRenderUtil(com.atlassian.crowd.embedded.api.User loggedInUser,
Issue issue,
webwork.action.Action action,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
ModuleWebComponent moduleWebComponent)
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-2012 Atlassian. All Rights Reserved.