Package | Description |
---|---|
org.apache.jetspeed.om.folder | |
org.apache.jetspeed.om.page |
This package represents an Object Model for manipulating
portal "pages" describing the layout process for a specific
page to the aggregation engine.
|
org.apache.jetspeed.page |
Modifier and Type | Method and Description |
---|---|
MenuDefinition |
Folder.newMenuDefinition()
newMenuDefinition - creates a new empty menu definition
|
Modifier and Type | Method and Description |
---|---|
List<MenuDefinition> |
Folder.getMenuDefinitions()
getMenuDefinitions - get list of menu definitions
|
Modifier and Type | Method and Description |
---|---|
void |
Folder.setMenuDefinitions(List<MenuDefinition> definitions)
setMenuDefinitions - set list of menu definitions
|
Modifier and Type | Method and Description |
---|---|
MenuDefinition |
BasePageElement.newMenuDefinition()
newMenuDefinition - creates a new empty menu definition
|
Modifier and Type | Method and Description |
---|---|
List<MenuDefinition> |
BasePageElement.getMenuDefinitions()
getMenuDefinitions - get list of menu definitions
|
Modifier and Type | Method and Description |
---|---|
void |
BasePageElement.setMenuDefinitions(List<MenuDefinition> definitions)
setMenuDefinitions - set list of menu definitions
|
Modifier and Type | Method and Description |
---|---|
MenuDefinition |
PageManager.newFolderMenuDefinition()
newFolderMenuDefinition - creates a new empty menu definition
|
MenuDefinition |
PageManager.newPageMenuDefinition()
newPageMenuDefinition - creates a new empty menu definition
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.