|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public ObjectID getId()
public PortletEntity getPortletEntity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |