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
Specific metadata specified to jboss portlet container.
- Version:
- $Revision: 7226 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 the current meta data with portlet application.
merge
public void merge(JBossPortletMetaData portlet)
- Merge the current meta data with a specified one.
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object