| Package | Description |
|---|---|
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.link | |
| org.gatein.mop.api.workspace.ui |
| Modifier and Type | Field and Description |
|---|---|
static ObjectType<Page> |
ObjectType.PAGE
.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.addChild(String name)
Create a child page and returns it.
|
Page |
Page.getChild(String name)
Returns a named child or null if it does not exist.
|
Page |
Page.getParent()
Returns the parent page
|
Page |
Site.getRootPage()
Returns the site root page.
|
Page |
Templatized.getTemplate()
Returns the page template or null if no page template exists.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Page> |
Page.getChildren()
Returns the children.
|
ObjectType<? extends Page> |
Page.getObjectType()
Returns the page type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Templatized.setTemplate(Page template)
Updates the page template.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
PageLink.getPage()
The target page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageLink.setPage(Page page)
Updates the target page.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
UIComponent.getPage() |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.