Package com.atlassian.jira.issue.util
Class RendererWebPanelRenderUtil
java.lang.Object
com.atlassian.jira.issue.util.RendererWebPanelRenderUtil
Utility class to help with rendering the pluggable web panels on the jira-renderer fields.
- Since:
- 7.3
-
Constructor Summary
ConstructorsConstructorDescriptionRendererWebPanelRenderUtil(ApplicationUser loggedInUser, String value, String issueKey, Issue issue, String fieldId, String fieldName, boolean singleLine, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, ModuleWebComponent moduleWebComponent, JiraRendererPlugin renderer, Map<String, String[]> requestParams) -
Method Summary
Modifier and TypeMethodDescriptionList<? extends com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<? extends com.atlassian.plugin.web.api.model.WebPanel>> getWebPanels(String location) renderPanels(List<? extends com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<? extends com.atlassian.plugin.web.api.model.WebPanel>> panels)
-
Constructor Details
-
RendererWebPanelRenderUtil
public RendererWebPanelRenderUtil(ApplicationUser loggedInUser, String value, String issueKey, Issue issue, String fieldId, String fieldName, boolean singleLine, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, ModuleWebComponent moduleWebComponent, JiraRendererPlugin renderer, Map<String, String[]> requestParams)
-
-
Method Details
-
getWebPanels
-
renderPanels
-