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.
|
|