Method Summary |
|
public Iterator | getAllPorletWindowSessions() Get all window session which belong to the portlet session
An Iterator of SimplePortletWindowSession objects. |
public String | getPortletHandle() Get the portlet handle which uniquely identifies the
portlet session at the consumer side. |
public PortletWindowSession | getPortletWindowSession(String windowID) Get the SimplePortletWindowSession of the portlet window with the given ID.
Parameters: windowID - The ID of the portlet window The PorletWindowSession with the given ID. |
public SessionContext | getSessionContext() Get the WSRP session context of
the portlet instance. |
public void | removeAllPortletWindowSessions() Remove all portlet window sessions which belong to this portlet session. |
public PortletWindowSession | removePortletWindowSession(String windowID) Remove the porlet window session with the given window id.
Parameters: windowID - The ObjectID of the portlet window whichs session shoul dbe removed The portlet window session which has been removed or null if the session did not exist. |
public void | setPortletHandle(String portletHandle) Set the portlet handle of the portlet
this session belongs to. |
public void | setSessionContext(SessionContext sessionContext) Set the session context of the portlet instance. |