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.
Modifier and Type | Method and Description |
---|---|
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
|
void setId(java.lang.String id)
id
- the new identifiervoid setPortletEntity(PortletEntity portletEntity)
portletEntity
- a portlet entity objectCopyright © 2003-2013 . All Rights Reserved.