org.apache.pluto.om.window
Interface PortletWindowList

All Superinterfaces:
Model

public interface PortletWindowList
extends Model

The PortletWindowSet interface defines a set which can hold PortletWindow objects.

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
 PortletWindow get(ObjectID id)
          Returns the portlet window object of the given id.
 java.util.Iterator iterator()
          Returns all portlet windows as iterator The return value cannot be NULL.
 

Method Detail

iterator

java.util.Iterator iterator()
Returns all portlet windows as iterator The return value cannot be NULL.

Returns:
An iterator containing PortletWindow objects

get

PortletWindow get(ObjectID id)
Returns the portlet window object of the given id. The return value may be NULL.

Returns:
the portlet window object