public interface ModuleWebComponent
WebPanel
with the common JIRA module structure. It
also makes the header links and dropdown links.Modifier and Type | Method and Description |
---|---|
String |
renderModule(ApplicationUser user,
javax.servlet.http.HttpServletRequest request,
com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor webPanelModuleDescriptor,
Map<String,Object> params) |
String |
renderModules(ApplicationUser user,
javax.servlet.http.HttpServletRequest request,
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> webPanelModuleDescriptors,
Map<String,Object> params)
A convienence method that iterates over of the list of WebPanels and renders each.
|
String renderModules(ApplicationUser user, javax.servlet.http.HttpServletRequest request, List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> webPanelModuleDescriptors, Map<String,Object> params)
user
- The user that we are rendering these forrequest
- The request that these web panels are being rendered inwebPanelModuleDescriptors
- The list of WebPanels being renderedparams
- The params to pass to the renderString renderModule(ApplicationUser user, javax.servlet.http.HttpServletRequest request, com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor webPanelModuleDescriptor, Map<String,Object> params)
user
- The user that we are rendering these forrequest
- The request that these web panels are being rendered inwebPanelModuleDescriptor
- The WebPanel to renderparams
- The params to pass to the renderCopyright © 2002-2018 Atlassian. All Rights Reserved.