当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
JBossPortletMetaData - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.metadata
Class JBossPortletMetaData
java.lang.Object
org.jboss.portal.portlet.metadata.JBossPortletMetaData
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- JBossPortletMetaData
- public class JBossPortletMetaData
- extends java.lang.Object
- implements java.lang.Cloneable
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
remotable
private java.lang.Boolean remotable
securityConstraint
private SecurityConstraintMetaData securityConstraint
cacheRefType
private java.lang.Integer cacheRefType
txType
private Transactions.Type txType
distributed
private java.lang.Boolean distributed
JBossPortletMetaData
public JBossPortletMetaData()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getRemotable
public java.lang.Boolean getRemotable()
setRemotable
public void setRemotable(java.lang.Boolean remotable)
getDistributed
public java.lang.Boolean getDistributed()
setDistributed
public void setDistributed(java.lang.Boolean distributed)
getSecurityConstraint
public SecurityConstraintMetaData getSecurityConstraint()
setSecurityConstraint
public void setSecurityConstraint(SecurityConstraintMetaData securityConstraint)
getCacheRefType
public java.lang.Integer getCacheRefType()
setCacheRefType
public void setCacheRefType(java.lang.Integer cacheRefType)
getTxType
public Transactions.Type getTxType()
setTxType
public void setTxType(Transactions.Type txType)
merge
public void merge(JBossApplicationMetaData application)
merge
public void merge(JBossPortletMetaData portlet)
clone
public java.lang.Object clone()