当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
WindowMetaData - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.core.metadata
Class WindowMetaData
java.lang.Object
org.jboss.portal.core.metadata.PortalObjectMetaData
org.jboss.portal.core.metadata.WindowMetaData
- All Implemented Interfaces:
- MetaData
- public class WindowMetaData
- extends PortalObjectMetaData
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Field Summary |
protected java.lang.String |
instanceRef
The instance handle of this window. |
protected int |
order
The window order. |
protected java.lang.String |
region
The window region. |
Methods inherited from class org.jboss.portal.core.metadata.PortalObjectMetaData |
buildListenerMetaData, buildMetaData, buildPropertiesMetaData, configure, getChildren, getListener, getName, getProperties, getSecurityConstraints, setChildren, setListener, setName, setProperties, setSecurityConstraints |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
region
protected java.lang.String region
- The window region.
order
protected int order
- The window order.
instanceRef
protected java.lang.String instanceRef
- The instance handle of this window.
WindowMetaData
public WindowMetaData()
getInstanceRef
public java.lang.String getInstanceRef()
setInstanceRef
public void setInstanceRef(java.lang.String instanceRef)
getRegion
public java.lang.String getRegion()
setRegion
public void setRegion(java.lang.String region)
getOrder
public int getOrder()
setOrder
public void setOrder(int order)
create
public PortalObject create(PortalObject parent,
PortalObjectMetaData.BuildContext buildContext)
throws java.lang.Exception
- Description copied from class:
PortalObjectMetaData
- Create an instance of the corresponding portal object.
- Specified by:
create
in class PortalObjectMetaData
- Parameters:
parent
- the parent objectbuildContext
- the context
- Returns:
- the corresponding portal object
- Throws:
java.lang.Exception
- any exception
buildWindowMetaData
public static WindowMetaData buildWindowMetaData(org.w3c.dom.Element windowElt)
throws java.lang.Exception
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class PortalObjectMetaData