|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cocoon.portal.pluto.om.PortletWindowImpl
public class PortletWindowImpl
| Constructor Summary | |
|---|---|
PortletWindowImpl(String id)
|
|
| Method Summary | |
|---|---|
org.apache.pluto.om.common.ObjectID |
getId()
Returns the identifier of this portlet instance window as object id |
CopletLayout |
getLayout()
|
org.apache.pluto.om.entity.PortletEntity |
getPortletEntity()
Returns the portlet entity |
void |
setId(String id)
binds an identifier to this portlet window |
void |
setLayout(CopletLayout layout)
|
void |
setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
binds a portlet instance to this portlet window |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletWindowImpl(String id)
| Method Detail |
|---|
public org.apache.pluto.om.common.ObjectID getId()
getId in interface org.apache.pluto.om.window.PortletWindowpublic org.apache.pluto.om.entity.PortletEntity getPortletEntity()
getPortletEntity in interface org.apache.pluto.om.window.PortletWindowpublic void setId(String id)
setId in interface org.apache.pluto.om.window.PortletWindowCtrlid - the new identifierpublic void setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
setPortletEntity in interface org.apache.pluto.om.window.PortletWindowCtrlportletEntity - a portlet entity objectpublic CopletLayout getLayout()
public void setLayout(CopletLayout layout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||