|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletDriver
The portlet driver is a wrapper for all action which can be performed on an portlet. There is one portlet driver for all instances of an portlet.
| Method Summary | |
|---|---|
org.exoplatform.services.wsrp.type.PortletContext |
clonePortlet(UserSessionMgr userSession)
Clone the portlet |
org.exoplatform.services.wsrp.type.DestroyPortletsResponse |
destroyPortlets(String[] portletHandles,
UserSessionMgr userSession)
Destroy the producer portlets specified in the entiyHandles array. |
org.exoplatform.services.wsrp.type.MarkupResponse |
getMarkup(WSRPMarkupRequest markupRequest,
UserSessionMgr userSession,
String path)
This method is used to retrieve the markup generated by the portlet instance. |
WSRPPortlet |
getPortlet()
Get the portlet this driver is bound to. |
org.exoplatform.services.wsrp.type.PortletDescriptionResponse |
getPortletDescription(UserSessionMgr userSession,
String[] desiredLocales)
|
org.exoplatform.services.wsrp.type.PropertyList |
getPortletProperties(String[] names,
UserSessionMgr userSession)
|
org.exoplatform.services.wsrp.type.PortletPropertyDescriptionResponse |
getPortletPropertyDescription(UserSessionMgr userSession)
|
void |
initCookie()
|
org.exoplatform.services.wsrp.type.BlockingInteractionResponse |
performBlockingInteraction(WSRPInteractionRequest actionRequest,
UserSessionMgr userSession,
String path)
This method is used to perform a blocking interaction on the portlet instance. |
org.exoplatform.services.wsrp.type.ReturnAny |
releaseSessions(String[] sessionIDs,
UserSessionMgr userSession)
Inform the producer that the sessions specified in the sessionIDs array will no longer be used by the consumer and can therefor be released. |
org.exoplatform.services.wsrp.type.PortletContext |
setPortletProperties(org.exoplatform.services.wsrp.type.PropertyList properties,
UserSessionMgr userSession)
|
| Method Detail |
|---|
WSRPPortlet getPortlet()
org.exoplatform.services.wsrp.type.MarkupResponse getMarkup(WSRPMarkupRequest markupRequest,
UserSessionMgr userSession,
String path)
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.BlockingInteractionResponse performBlockingInteraction(WSRPInteractionRequest actionRequest,
UserSessionMgr userSession,
String path)
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.PortletContext clonePortlet(UserSessionMgr userSession)
throws WSRPException
WSRPException
void initCookie()
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.DestroyPortletsResponse destroyPortlets(String[] portletHandles,
UserSessionMgr userSession)
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.ReturnAny releaseSessions(String[] sessionIDs,
UserSessionMgr userSession)
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.PortletDescriptionResponse getPortletDescription(UserSessionMgr userSession,
String[] desiredLocales)
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.PortletPropertyDescriptionResponse getPortletPropertyDescription(UserSessionMgr userSession)
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.PropertyList getPortletProperties(String[] names,
UserSessionMgr userSession)
throws WSRPException
WSRPException
org.exoplatform.services.wsrp.type.PortletContext setPortletProperties(org.exoplatform.services.wsrp.type.PropertyList properties,
UserSessionMgr userSession)
throws WSRPException
WSRPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||