|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The EbiPortletRegistration interface provides Portlet ID assigned
by a portlet registration, and has access to EbiPortletModel interface
for the portlet deployment descriptor.
PortletModel| Field Summary | |
static String |
EL_PORTLET_REGISTRATION
Element Type for ACL-Based security. |
| Method Summary | |
String |
getPortletHandle()
Gets the portlet handle for this portlet registration. |
String |
getPortletID()
Gets the portlet ID for this portlet registration. |
EbiPortletModel |
getPortletModel()
Gets the portlet Model associated with this portlet registration. |
void |
setPortletHandle(String portletHandle)
Sets the portlet Handle. |
void |
setPortletID(String portletID)
Sets the portlet ID. |
void |
setPortletModel(EbiPortletModel portletModel)
Sets a portlet Model. |
| Field Detail |
public static final String EL_PORTLET_REGISTRATION
| Method Detail |
public String getPortletID()
public void setPortletID(String portletID)
portletID - a unique portlet identifier assigned by a portlet
registration.public String getPortletHandle()
public void setPortletHandle(String portletHandle)
portletHandle - a portlet handle returned by portlet producer
after completing the portlet registration operation.public EbiPortletModel getPortletModel()
EbiPortletModel object.EbiPortletModelpublic void setPortletModel(EbiPortletModel portletModel)
portletModel - a EbiPortletModel object that presents
the portlet defnition associated with this portlet registration.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||