Package | Description |
---|---|
org.apache.jetspeed.om.folder | |
org.apache.jetspeed.page |
Modifier and Type | Method and Description |
---|---|
DynamicPage |
Folder.getDynamicPage(String name)
getDynamicPage
|
Modifier and Type | Method and Description |
---|---|
DynamicPage |
PageManager.copyDynamicPage(DynamicPage source,
String path)
Copy the source dynamic page creating and returning a new copy of the dynamic
page with the same portlet and fragment collection as the source.
|
DynamicPage |
PageManager.copyDynamicPage(DynamicPage source,
String path,
boolean copyIds)
Copy the source dynamic page creating and returning a new copy of the dynamic
page with the same portlet and fragment collection as the source.
|
DynamicPage |
PageManager.getDynamicPage(Folder folder,
String name)
getDynamicPage
|
DynamicPage |
PageManager.getDynamicPage(String path)
getDynamicPage
|
DynamicPage |
PageManager.newDynamicPage(String path)
Creates a new empty DynamicPage instance
|
Modifier and Type | Method and Description |
---|---|
DynamicPage |
PageManager.copyDynamicPage(DynamicPage source,
String path)
Copy the source dynamic page creating and returning a new copy of the dynamic
page with the same portlet and fragment collection as the source.
|
DynamicPage |
PageManager.copyDynamicPage(DynamicPage source,
String path,
boolean copyIds)
Copy the source dynamic page creating and returning a new copy of the dynamic
page with the same portlet and fragment collection as the source.
|
void |
PageManager.removeDynamicPage(DynamicPage dynamicPage)
Remove a dynamic page.
|
void |
PageManager.updateDynamicPage(DynamicPage dynamicPage)
Update a dynamic page in persistent storage
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.