Package | Description |
---|---|
org.apache.jetspeed.portalsite |
Modifier and Type | Interface and Description |
---|---|
interface |
Menu
This interface describes the portal-site menu elements
constructed and returned to decorators.
|
interface |
MenuOption
This interface describes the portal-site menu option
elements constructed and returned to decorators.
|
interface |
MenuSeparator
This interface describes the portal-site menu separator
elements constructed and returned to decorators.
|
Modifier and Type | Method and Description |
---|---|
MenuElement |
Menu.getSelectedElement(PortalSiteRequestContext context)
getSelectedElement - return selected option or nested
menu within this menu selected by
the specified request context
|
Modifier and Type | Method and Description |
---|---|
List<MenuElement> |
Menu.getElements()
getElements - get ordered list of menu elements that
are members of this menu; possibly contains
options, nested menus, or separators
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.