| Package | Description |
|---|---|
| org.osivia.portal.api.menubar |
| Modifier and Type | Method and Description |
|---|---|
MenubarItem |
MenubarItem.clone() |
| Modifier and Type | Method and Description |
|---|---|
Map<MenubarGroup,Set<MenubarItem>> |
IMenubarService.getNavbarSortedItems(PortalControllerContext portalControllerContext)
Get navbar menubar items, sorted by groups.
|
Map<MenubarGroup,Set<MenubarItem>> |
IMenubarService.getPortletSortedItems(List<MenubarItem> items)
Get portlet menubar items, sorted by groups.
|
List<MenubarItem> |
IMenubarService.getStateItems(PortalControllerContext portalControllerContext)
Get state menubar items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenubarModule.customizeDocument(PortalControllerContext portalControllerContext,
List<MenubarItem> menubar,
DocumentContext documentContext)
Customize document.
|
void |
MenubarModule.customizeSpace(PortalControllerContext portalControllerContext,
List<MenubarItem> menubar,
DocumentContext spaceDocumentContext)
Customize space.
|
String |
IMenubarService.generatePortletContent(PortalControllerContext portalControllerContext,
List<MenubarItem> items)
Generate portlet menubar HTML content.
|
Map<MenubarGroup,Set<MenubarItem>> |
IMenubarService.getPortletSortedItems(List<MenubarItem> items)
Get portlet menubar items, sorted by groups.
|
Copyright © 2021. All rights reserved.