| java.lang.Object | ||
| ↳ | com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel | |
| ↳ | com.atlassian.jira.plugin.projectpanel.impl.PopularIssuesProjectTabPanel | |
Displays popular issues for a project.
|
[Expand]
Inherited Fields | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
| |||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates new map of velocity parameters.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
| |||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.plugin.browsepanel.TabPanel
| |||||||||||||||||
Creates new map of velocity parameters. By default this map contains the context params from
BrowseContext. Note that it does not explicitly add the default velocity params or the i18n bean,
since these are added in getHtml(String, java.util.Map).
Extenders of AbstractProjectTabPanel should override this method to specify precise parameters required for
their velocity template.
| ctx | browse context |
|---|

