| Methods in org.exoplatform.services.wsrp2.consumer with parameters of type UserSessionMgr |
PortletContext |
PortletDriver.clonePortlet(UserSessionMgr userSession)
Clone the portlet |
DestroyPortletsResponse |
PortletDriver.destroyPortlets(java.lang.String[] portletHandles,
UserSessionMgr userSession)
Destroy the producer portlets specified in the entiyHandles array. |
MarkupResponse |
PortletDriver.getMarkup(WSRPMarkupRequest markupRequest,
UserSessionMgr userSession,
java.lang.String path)
This method is used to retrieve the markup generated by the portlet
instance. |
PortletDescriptionResponse |
PortletDriver.getPortletDescription(UserSessionMgr userSession,
java.lang.String[] desiredLocales)
|
PropertyList |
PortletDriver.getPortletProperties(java.lang.String[] names,
UserSessionMgr userSession)
|
PortletPropertyDescriptionResponse |
PortletDriver.getPortletPropertyDescription(UserSessionMgr userSession)
|
ResourceResponse |
PortletDriver.getResource(WSRPResourceRequest resourceRequest,
UserSessionMgr userSession,
java.lang.String path)
|
HandleEventsResponse |
PortletDriver.handleEvents(WSRPEventsRequest eventRequest,
UserSessionMgr userSession,
java.lang.String path)
|
void |
PortletDriver.initCookie(UserSessionMgr userSession)
|
BlockingInteractionResponse |
PortletDriver.performBlockingInteraction(WSRPInteractionRequest actionRequest,
UserSessionMgr userSession,
java.lang.String path)
This method is used to perform a blocking interaction on the portlet
instance. |
ReturnAny |
PortletDriver.releaseSessions(java.lang.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. |
PortletContext |
PortletDriver.setPortletProperties(PropertyList properties,
UserSessionMgr userSession)
|
| Methods in org.exoplatform.services.wsrp2.consumer.impl with parameters of type UserSessionMgr |
PortletContext |
PortletDriverImpl.clonePortlet(UserSessionMgr userSession)
|
DestroyPortletsResponse |
PortletDriverImpl.destroyPortlets(java.lang.String[] portletHandles,
UserSessionMgr userSession)
|
MarkupResponse |
PortletDriverImpl.getMarkup(WSRPMarkupRequest markupRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
PortletDescriptionResponse |
PortletDriverImpl.getPortletDescription(UserSessionMgr userSession,
java.lang.String[] desiredLocales)
|
PropertyList |
PortletDriverImpl.getPortletProperties(java.lang.String[] names,
UserSessionMgr userSession)
|
PortletPropertyDescriptionResponse |
PortletDriverImpl.getPortletPropertyDescription(UserSessionMgr userSession)
|
ResourceResponse |
PortletDriverImpl.getResource(WSRPResourceRequest resourceRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
HandleEventsResponse |
PortletDriverImpl.handleEvents(WSRPEventsRequest eventRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
void |
PortletDriverImpl.initCookie(UserSessionMgr userSession)
|
BlockingInteractionResponse |
PortletDriverImpl.performBlockingInteraction(WSRPInteractionRequest actionRequest,
UserSessionMgr userSession,
java.lang.String baseURL)
|
ReturnAny |
PortletDriverImpl.releaseSessions(java.lang.String[] sessionIDs,
UserSessionMgr userSession)
|
PortletContext |
PortletDriverImpl.setPortletProperties(PropertyList properties,
UserSessionMgr userSession)
|