@Component public class SummaryTab extends WebPanelTab implements ProjectConfigTab
| Modifier and Type | Field and Description |
|---|---|
static String |
LINK_ID |
static String |
NAME |
CURRENT_PROJECT, CURRENT_TAB_NAME, EXTRA_URL_PARAM| Constructor and Description |
|---|
SummaryTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
VelocityContextFactory contextFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceForProject(ProjectConfigTabRenderContext context)
Add any webresource that the tab needs to render itself.
|
String |
getTitle(ProjectConfigTabRenderContext context)
Return the title to display in the browser when the tab is displayed.
|
createVelocityContext, getBodyWebPanel, getHeaderWebPanel, getId, getLinkId, getTab, getWebPanelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getLinkId, getTabpublic static final String NAME
public static final String LINK_ID
@Autowired
public SummaryTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
VelocityContextFactory contextFactory)
public String getTitle(ProjectConfigTabRenderContext context)
ProjectConfigTabgetTitle in interface ProjectConfigTabcontext - contains information that may be useful for tab renderering.public void addResourceForProject(ProjectConfigTabRenderContext context)
ProjectConfigTabaddResourceForProject in interface ProjectConfigTabaddResourceForProject in class WebPanelTabcontext - contains information that may be useful for tab renderering.Copyright © 2002-2022 Atlassian. All Rights Reserved.