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