Class TabPanelWebItemProvider
java.lang.Object
com.atlassian.jira.projects.tabpanel.TabPanelWebItemProvider
- All Implemented Interfaces:
com.atlassian.plugin.web.api.provider.WebItemProvider
public class TabPanelWebItemProvider
extends Object
implements com.atlassian.plugin.web.api.provider.WebItemProvider
Generates web items from tab panel descriptors.
Tab panel descriptors are the old way of adding to JIRA's project page, while
web items in the
jira.project.sidebar.navigation section are the new way.-
Constructor Summary
ConstructorsConstructorDescriptionTabPanelWebItemProvider(TabPanelService tabPanelService, VelocityRequestContextFactory velocityRequestContextFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.plugin.web.api.provider.WebItemProvider
init
-
Constructor Details
-
TabPanelWebItemProvider
public TabPanelWebItemProvider(TabPanelService tabPanelService, VelocityRequestContextFactory velocityRequestContextFactory)
-
-
Method Details
-
getItems
- Specified by:
getItemsin interfacecom.atlassian.plugin.web.api.provider.WebItemProvider
-