Package | Description |
---|---|
org.apache.jetspeed.om.folder | |
org.apache.jetspeed.page | |
org.apache.jetspeed.spaces |
Modifier and Type | Method and Description |
---|---|
Page |
Folder.getPage(String name)
getPage
|
Modifier and Type | Method and Description |
---|---|
Page |
PageManager.copyPage(Page source,
String path)
Copy the source page creating and returning a new copy of the page
with the same portlet and fragment collection as the source.
|
Page |
PageManager.copyPage(Page source,
String path,
boolean copyIds)
Copy the source page creating and returning a new copy of the page
with the same portlet and fragment collection as the source.
|
Page |
PageManager.getPage(Folder folder,
String name)
getPage
|
Page |
PageManager.getPage(String path)
getPage
|
Page |
PageManager.getUserPage(String userName,
String pageName)
Retrieve a page for the given user name and page name
|
Page |
PageManager.newPage(String path)
Creates a new empty Page instance
|
Modifier and Type | Method and Description |
---|---|
int |
PageManager.addPages(Page[] pages) |
Page |
PageManager.copyPage(Page source,
String path)
Copy the source page creating and returning a new copy of the page
with the same portlet and fragment collection as the source.
|
Page |
PageManager.copyPage(Page source,
String path,
boolean copyIds)
Copy the source page creating and returning a new copy of the page
with the same portlet and fragment collection as the source.
|
void |
PageManager.removePage(Page page)
Remove a page.
|
void |
PageManager.updatePage(Page page)
Update a page in persistent storage
|
Modifier and Type | Interface and Description |
---|---|
interface |
Dashboard
Container for spaces
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
Spaces.listPages(Space space)
List all pages in the given space
|
Modifier and Type | Method and Description |
---|---|
void |
Spaces.deletePage(Page page)
Deletes a page
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.