| Package | Description |
|---|---|
| org.gatein.api |
The Portal Public API classes
|
| org.gatein.api.page |
| Modifier and Type | Method and Description |
|---|---|
Page |
Portal.createPage(PageId pageId)
Creates a page for a site given the
PageId. |
Page |
PortalRequest.getPage()
The page currently being accessed by the current portal request.
|
Page |
Portal.getPage(PageId pageId)
Returns the page of a site given the
PageId. |
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
Portal.findPages(PageQuery query)
Finds pages given the
PageQuery |
| Modifier and Type | Method and Description |
|---|---|
void |
Portal.savePage(Page page)
Saves a page
|
| Modifier and Type | Method and Description |
|---|---|
Filter<Page> |
PageQuery.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
PageQuery.Builder |
PageQuery.Builder.withFilter(Filter<Page> filter)
Sets the filter for this builder
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.