| Package | Description |
|---|---|
| org.gatein.api |
The Portal Public API classes
|
| org.gatein.api.common | |
| org.gatein.api.navigation | |
| org.gatein.api.page | |
| org.gatein.api.site |
| Modifier and Type | Method and Description |
|---|---|
abstract SiteId |
PortalRequest.getSiteId()
The
SiteId of the request. |
| Modifier and Type | Method and Description |
|---|---|
Site |
Portal.createSite(SiteId siteId)
Creates a a site given the
SiteId. |
Site |
Portal.createSite(SiteId siteId,
String templateName)
Creates a a site given the
SiteId. |
Navigation |
Portal.getNavigation(SiteId siteId)
Returns the navigation of a site given the
SiteId. |
Site |
Portal.getSite(SiteId siteId)
Returns a site given the
SiteId. |
boolean |
Portal.removeSite(SiteId siteId)
Removes a site
|
| Modifier and Type | Method and Description |
|---|---|
String |
URIResolver.resolveURI(SiteId siteId)
Resolves the URI for the specified site
|
| Modifier and Type | Method and Description |
|---|---|
SiteId |
Navigation.getSiteId()
The
SiteId of the navigation |
| Modifier and Type | Method and Description |
|---|---|
SiteId |
PageId.getSiteId()
Returns the id of the site
|
SiteId |
Page.getSiteId()
The id of the site the page belongs to
|
| Modifier and Type | Method and Description |
|---|---|
PageQuery.Builder |
PageQuery.Builder.withSiteId(SiteId siteId)
Convenience method for setting both the site type and site name.
|
| Constructor and Description |
|---|
PageId(SiteId siteId,
String pageName)
Creates a new page id for a page with the specified site id and page name
|
| Modifier and Type | Method and Description |
|---|---|
static SiteId |
SiteId.fromString(String idAsString) |
SiteId |
Site.getId()
Returns the id of the site
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.