public class NavigationItemServiceAdapterImpl extends Object implements NavigationItemServiceAdapter
Constructor and Description |
---|
NavigationItemServiceAdapterImpl(com.atlassian.jira.projects.api.sidebar.navigation.NavigationItemService navigationItemService) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
List<NavigationItem> |
getItemsInSection(String section,
Map<String,Object> context)
Retrieve items from web items in a section.
|
int |
hashCode() |
public NavigationItemServiceAdapterImpl(com.atlassian.jira.projects.api.sidebar.navigation.NavigationItemService navigationItemService)
public List<NavigationItem> getItemsInSection(String section, Map<String,Object> context)
NavigationItemServiceAdapter
DefaultWebFragmentContext
are also provided to web items.getItemsInSection
in interface NavigationItemServiceAdapter
section
- The section to retrieve items from.context
- The context to pass to the web items.NavigationItem
s.Copyright © 2007–2015 Atlassian. All rights reserved.