org.apache.pluto.om.window
Interface PortletWindow

All Superinterfaces:
Model

public interface PortletWindow
extends Model

The PortletWindow interface represents a single window of a portlet instance as it can be shown only once on a single page. There is a one-to-one relation between portlet windows and portlet entities. 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
 ObjectID getId()
          Returns the identifier of this portlet instance window as object id.
 PortletEntity getPortletEntity()
          Returns the portlet entity.
 

Method Detail

getId

ObjectID getId()
Returns the identifier of this portlet instance window as object id. The return value cannot be NULL.

Returns:
the object identifier

getPortletEntity

PortletEntity getPortletEntity()
Returns the portlet entity. The return value cannot be NULL.

Returns:
the portlet entity


Copyright © 2003-2010 . All Rights Reserved.