public class IssueWebPanelRenderUtil extends Object
Constructor and Description |
---|
IssueWebPanelRenderUtil(ApplicationUser loggedInUser,
Issue issue,
webwork.action.Action action,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
ModuleWebComponent moduleWebComponent) |
Modifier and Type | Method and Description |
---|---|
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) |
public IssueWebPanelRenderUtil(ApplicationUser loggedInUser, Issue issue, webwork.action.Action action, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ModuleWebComponent moduleWebComponent)
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getInfoWebPanels()
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getRightWebPanels()
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getLeftWebPanels()
public String renderPanels(List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> panels)
public String renderPanel(com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor panel)
public String renderHeadlessPanel(com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor panel)
Copyright © 2002-2019 Atlassian. All Rights Reserved.