|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An Entry is a representation of a Portlet within a configuration Document. An Entry is always associated to a parent Registry entry as well as some layout constraints and local parameters if required.
Method Summary | |
java.lang.String |
getParent()
|
SecurityReference |
getSecurityRef()
Getter for property securityRef. |
void |
setParent(java.lang.String parent)
Sets the ancestor for this Entry. |
void |
setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
Methods inherited from interface org.apache.jetspeed.om.profile.IdentityElement |
getControl, getId, getLayout, getMetaInfo, getSkin, setControl, setId, setLayout, setMetaInfo, setSkin |
Methods inherited from interface org.apache.jetspeed.om.profile.MetaInfo |
clone, getDescription, getImage, getTitle, setDescription, setImage, setTitle |
Methods inherited from interface org.apache.jetspeed.om.profile.ConfigElement |
addParameter, clone, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameterValue, removeAllParameter, removeParameter, setName, setParameter |
Method Detail |
public java.lang.String getParent()
public void setParent(java.lang.String parent)
parent
- the new ancestor entry name. This name should
be defined in the Registrypublic SecurityReference getSecurityRef()
public void setSecurityRef(SecurityReference securityRef)
securityRef
- New value of property securityRef.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |