Class NavigationItemServiceAdapterImpl
java.lang.Object
com.atlassian.greenhopper.sidebar.navigation.NavigationItemServiceAdapterImpl
- All Implemented Interfaces:
NavigationItemServiceAdapter
public class NavigationItemServiceAdapterImpl
extends Object
implements NavigationItemServiceAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationItemServiceAdapterImpl
(com.atlassian.jira.projects.api.sidebar.navigation.NavigationItemService navigationItemService) -
Method Summary
-
Constructor Details
-
Method Details
-
equals
-
getItemsInSection
Description copied from interface:NavigationItemServiceAdapter
Retrieve items from web items in a section. Values inDefaultWebFragmentContext
are also provided to web items.- Specified by:
getItemsInSection
in interfaceNavigationItemServiceAdapter
- Parameters:
section
- The section to retrieve items from.context
- The context to pass to the web items.- Returns:
- The web items in section as
NavigationItem
s.
-
hashCode
public int hashCode()
-