当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
PortalImpl - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.core.impl.model.portal
Class PortalImpl
java.lang.Object
org.jboss.portal.core.impl.model.portal.PortalObjectImpl
org.jboss.portal.core.impl.model.portal.PortalImpl
- All Implemented Interfaces:
- Portal, PortalObject
- public class PortalImpl
- extends PortalObjectImpl
- implements Portal
Methods inherited from class org.jboss.portal.core.impl.model.portal.PortalObjectImpl |
addChild, destroyChild, getChild, getChildren, getContainer, getDeclaredProperties, getDeclaredProperty, getDeclaredPropertyMap, getId, getKey, getListener, getName, getObjectNode, getParent, getPortalNode, getProperty, resolve, setDeclaredProperties, setDeclaredProperty, setKey, setListener, setObjectNode, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.portal.core.model.portal.PortalObject |
destroyChild, getChild, getChildren, getContainer, getDeclaredProperty, getDeclaredPropertyMap, getId, getListener, getName, getParent, getProperty, resolve, setDeclaredProperty, setListener |
windowStates
protected java.util.Set windowStates
modes
protected java.util.Set modes
PortalImpl
public PortalImpl()
PortalImpl
public PortalImpl(boolean hibernate)
getModes
public java.util.Set getModes()
setModes
public void setModes(java.util.Set modes)
getWindowStates
public java.util.Set getWindowStates()
setWindowStates
public void setWindowStates(java.util.Set windowStates)
getSupportedWindowStates
public java.util.Set getSupportedWindowStates()
- Description copied from interface:
Portal
- Return the window state provider of this portal.
- Specified by:
getSupportedWindowStates
in interface Portal
getSupportedModes
public java.util.Set getSupportedModes()
- Description copied from interface:
Portal
- Return the mode provider of this portal.
- Specified by:
getSupportedModes
in interface Portal
getPage
public Page getPage(java.lang.String name)
- Description copied from interface:
Portal
- Return an existing page.
- Specified by:
getPage
in interface Portal
createPage
public Page createPage(java.lang.String name)
throws DuplicatePortalObjectException
- Description copied from interface:
Portal
- Create a new page.
- Specified by:
createPage
in interface Portal
- Throws:
DuplicatePortalObjectException
getType
public int getType()
- Description copied from interface:
PortalObject
- A numerical type that discriminates the object.
- Specified by:
getType
in interface PortalObject
- Specified by:
getType
in class PortalObjectImpl
getDefaultPage
public Page getDefaultPage()
- Description copied from interface:
Portal
- Return the default page.
- Specified by:
getDefaultPage
in interface Portal