org.apache.cocoon.portal.pluto.om
Class PortletWindowImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.PortletWindowImpl
All Implemented Interfaces:
org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.window.PortletWindow, org.apache.pluto.om.window.PortletWindowCtrl

public class PortletWindowImpl
extends Object
implements org.apache.pluto.om.window.PortletWindow, org.apache.pluto.om.window.PortletWindowCtrl

Version:
CVS $Id: PortletWindowImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

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

PortletWindowImpl

public PortletWindowImpl(String id)
Method Detail

getId

public org.apache.pluto.om.common.ObjectID getId()
Returns the identifier of this portlet instance window as object id

Specified by:
getId in interface org.apache.pluto.om.window.PortletWindow
Returns:
the object identifier

getPortletEntity

public org.apache.pluto.om.entity.PortletEntity getPortletEntity()
Returns the portlet entity

Specified by:
getPortletEntity in interface org.apache.pluto.om.window.PortletWindow
Returns:
the portlet entity

setId

public void setId(String id)
binds an identifier to this portlet window

Specified by:
setId in interface org.apache.pluto.om.window.PortletWindowCtrl
Parameters:
id - the new identifier

setPortletEntity

public void setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
binds a portlet instance to this portlet window

Specified by:
setPortletEntity in interface org.apache.pluto.om.window.PortletWindowCtrl
Parameters:
portletEntity - a portlet entity object

getLayout

public CopletLayout getLayout()

setLayout

public void setLayout(CopletLayout layout)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.