org.apache.pluto.om.window
Interface PortletWindowCtrl

All Superinterfaces:
Controller

public interface PortletWindowCtrl
extends Controller

The PortletWindow interface represents a single window of an portlet instance as it can be shown only once on a single page. Adding the same portlet e.g. twice on a page results in two different windows.

This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.


Method Summary
 void setId(java.lang.String id)
          binds an identifier to this portlet window
 void setPortletEntity(PortletEntity portletEntity)
          binds a portlet instance to this portlet window
 

Method Detail

setId

void setId(java.lang.String id)
binds an identifier to this portlet window

Parameters:
id - the new identifier

setPortletEntity

void setPortletEntity(PortletEntity portletEntity)
binds a portlet instance to this portlet window

Parameters:
portletEntity - a portlet entity object


Copyright © 2003-2011 . All Rights Reserved.