@Component public class RolesTab extends WebPanelTab
CURRENT_PROJECT, CURRENT_TAB_NAME, EXTRA_URL_PARAM
Constructor and Description |
---|
RolesTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
VelocityContextFactory factory,
FeatureManager featureManager) |
Modifier and Type | Method and Description |
---|---|
void |
addResourceForProject(ProjectConfigTabRenderContext renderContext)
Add any webresource that the tab needs to render itself.
|
String |
getLinkId()
Return the ID of the tab link that opens this tab.
|
String |
getTitle(ProjectConfigTabRenderContext context)
Return the title to display in the browser when the tab is displayed.
|
createVelocityContext, getBodyWebPanel, getHeaderWebPanel, getId, getTab, getWebPanel
@Autowired public RolesTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, VelocityContextFactory factory, FeatureManager featureManager)
public String getTitle(ProjectConfigTabRenderContext context)
ProjectConfigTab
context
- contains information that may be useful for tab renderering.public void addResourceForProject(ProjectConfigTabRenderContext renderContext)
ProjectConfigTab
addResourceForProject
in interface ProjectConfigTab
addResourceForProject
in class WebPanelTab
renderContext
- contains information that may be useful for tab renderering.public String getLinkId()
ProjectConfigTab
getLinkId
in interface ProjectConfigTab
getLinkId
in class WebPanelTab
Copyright © 2002-2018 Atlassian. All Rights Reserved.