public abstract class PageImpl extends WorkspaceObjectImpl implements Page
model| Constructor and Description |
|---|
PageImpl() |
| Modifier and Type | Method and Description |
|---|---|
PageImpl |
addChild(String name) |
abstract void |
destroy() |
PageImpl |
getChild(String name) |
Collection<Page> |
getChildren() |
abstract PageContainer |
getChildrenContainer() |
abstract WorkspaceCustomizationContextImpl |
getCustomizationContext() |
Collection<PageLink> |
getNavigations() |
ObjectType<? extends Page> |
getObjectType() |
PageImpl |
getParent() |
abstract PageContainer |
getParentContainer() |
abstract UIContainerImpl |
getRootComponent() |
SiteImpl |
getSite() |
abstract SiteImpl |
getSiteParent() |
abstract Collection<NavigationImpl> |
getTemplatizedNavigations() |
abstract Collection<? extends TemplatizedImpl> |
getTemplatizedObjects() |
abstract Collection<PageImpl> |
getTemplatizedPages() |
Templatized |
templatize(WorkspaceObject object) |
adapt, getAttributes, getName, getNodeName, getObjectId, isAdapted, removeAdapter, setNodeName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributes, getObjectIdadapt, isAdapted, removeAdapterpublic abstract Collection<NavigationImpl> getTemplatizedNavigations()
public abstract Collection<PageImpl> getTemplatizedPages()
public abstract Collection<? extends TemplatizedImpl> getTemplatizedObjects()
public abstract PageContainer getChildrenContainer()
public abstract PageContainer getParentContainer()
public abstract SiteImpl getSiteParent()
public abstract UIContainerImpl getRootComponent()
getRootComponent in interface Pagepublic abstract WorkspaceCustomizationContextImpl getCustomizationContext()
getCustomizationContext in interface Pagepublic Templatized templatize(WorkspaceObject object)
templatize in interface Pagepublic ObjectType<? extends Page> getObjectType()
getObjectType in interface PagegetObjectType in interface WorkspaceObjectpublic PageImpl addChild(String name) throws NullPointerException, IllegalArgumentException
addChild in interface PageNullPointerExceptionIllegalArgumentExceptionpublic Collection<Page> getChildren()
getChildren in interface Pagepublic Collection<PageLink> getNavigations()
getNavigations in interface PageCopyright © 2025 JBoss by Red Hat. All Rights Reserved.