| |
|
| java.lang.Object org.apache.cocoon.portal.pluto.om.PortletWindowImpl
PortletWindowImpl | public class PortletWindowImpl implements PortletWindow,PortletWindowCtrl(Code) | | author: Carsten Ziegeler version: CVS $Id: PortletWindowImpl.java 433543 2006-08-22 06:22:54Z crossley $ |
getId | public ObjectID getId()(Code) | | Returns the identifier of this portlet instance window as object id
the object identifier |
getPortletEntity | public PortletEntity getPortletEntity()(Code) | | Returns the portlet entity
the portlet entity |
setId | public void setId(String id)(Code) | | binds an identifier to this portlet window
Parameters: id - the new identifier |
setPortletEntity | public void setPortletEntity(PortletEntity portletEntity)(Code) | | binds a portlet instance to this portlet window
Parameters: portletEntity - a portlet entity object |
|
|
|