Package | Description |
---|---|
org.apache.jetspeed.om.folder |
Modifier and Type | Interface and Description |
---|---|
interface |
MenuDefinition
This interface describes the object used to define
portal site menus comprised of nested menus, options,
and separators.
|
interface |
MenuExcludeDefinition
This interface describes the object used to define
portal site menu excluded menu options.
|
interface |
MenuIncludeDefinition
This interface describes the object used to define
portal site menu included menus.
|
interface |
MenuOptionsDefinition
This interface describes the object used to define
portal site menu options.
|
interface |
MenuSeparatorDefinition
This interface describes the object used to define
portal site menu separators.
|
Modifier and Type | Method and Description |
---|---|
List<MenuDefinitionElement> |
MenuDefinition.getMenuElements()
getMenuElements - get ordered list of menu options,
nested menus, separators, included
menu, and excluded menu elements
|
Modifier and Type | Method and Description |
---|---|
void |
MenuDefinition.setMenuElements(List<MenuDefinitionElement> elements)
setMenuElements - set ordered list of menu options
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.