|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Page | |
|---|---|
| org.gatein.mop.api.composer | |
| org.gatein.mop.api.workspace | |
| org.gatein.mop.api.workspace.link | |
| org.gatein.mop.api.workspace.ui | |
| Uses of Page in org.gatein.mop.api.composer |
|---|
| Methods in org.gatein.mop.api.composer that return types with arguments of type Page | |
|---|---|
Iterator<Page> |
PageIteratorStrategy.iterator(Page page)
|
| Methods in org.gatein.mop.api.composer with parameters of type Page | |
|---|---|
Iterator<Page> |
PageIteratorStrategy.iterator(Page page)
|
| Constructors in org.gatein.mop.api.composer with parameters of type Page | |
|---|---|
PageIterator(Page page,
PageIteratorStrategy strategy)
|
|
| Uses of Page in org.gatein.mop.api.workspace |
|---|
| Fields in org.gatein.mop.api.workspace with type parameters of type Page | |
|---|---|
static ObjectType<Page> |
ObjectType.CONFIGURATION
. |
static ObjectType<Page> |
ObjectType.CONTENT
. |
static ObjectType<Page> |
ObjectType.PAGE
. |
static ObjectType<Page> |
ObjectType.TEMPLATE
. |
| Methods in org.gatein.mop.api.workspace that return Page | |
|---|---|
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. |
| Methods in org.gatein.mop.api.workspace that return types with arguments of type Page | |
|---|---|
Collection<? extends Page> |
Page.getChildren()
Returns the children. |
ObjectType<? extends Page> |
Page.getObjectType()
Returns the page type. |
| Methods in org.gatein.mop.api.workspace with parameters of type Page | |
|---|---|
void |
Templatized.setTemplate(Page template)
Updates the page template. |
| Uses of Page in org.gatein.mop.api.workspace.link |
|---|
| Methods in org.gatein.mop.api.workspace.link that return Page | |
|---|---|
Page |
PageLink.getPage()
The target page. |
| Methods in org.gatein.mop.api.workspace.link with parameters of type Page | |
|---|---|
void |
PageLink.setPage(Page page)
Updates the target page. |
| Uses of Page in org.gatein.mop.api.workspace.ui |
|---|
| Methods in org.gatein.mop.api.workspace.ui that return Page | |
|---|---|
Page |
UIComponent.getPage()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||