站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

WindowMetaData - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.core.metadata
Class WindowMetaData

java.lang.Object
  extended byorg.jboss.portal.core.metadata.PortalObjectMetaData
      extended byorg.jboss.portal.core.metadata.WindowMetaData
All Implemented Interfaces:
MetaData

public class WindowMetaData
extends PortalObjectMetaData


Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.core.metadata.PortalObjectMetaData
PortalObjectMetaData.BuildContext
 
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.
 
Constructor Summary
WindowMetaData()
           
 
Method Summary
static WindowMetaData buildMetaData(org.w3c.dom.Element windowElt)
           
 PortalObject create(PortalObject parent, PortalObjectMetaData.BuildContext buildContext)
          Create an instance of the corresponding portal object.
 java.lang.String getInstanceRef()
           
 int getOrder()
           
 java.lang.String getRegion()
           
 void setInstanceRef(java.lang.String instanceRef)
           
 void setOrder(int order)
           
 void setRegion(java.lang.String region)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.portal.core.metadata.PortalObjectMetaData
buildListenerMetaData, buildPropertiesMetaData, buildSecurityConstraintMetaData, configure, configurePolicy, getChildren, getDefaultSecurityConstraints, getListener, getName, getProperties, getSecurityConstraints, removePolicy, setChildren, setListener, setName, setProperties, setSecurityConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

WindowMetaData

public WindowMetaData()
Method Detail

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 object
buildContext - the context
Returns:
the corresponding portal object
Throws:
java.lang.Exception - any exception

buildMetaData

public static WindowMetaData buildMetaData(org.w3c.dom.Element windowElt)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()