getPortletWindowSession(String windowID) Get the PortletWindowSession of the portlet window with the given ID.
Parameters: windowID - The ID of the portlet window The PorletWindowSession with the given ID.
removePortletWindowSession(String windowID) Remove the porlet window session with the given window id.
Parameters: windowID - The ID 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.
Get the PortletWindowSession of the portlet window with the given ID.
Parameters: windowID - The ID of the portlet window The PorletWindowSession with the given ID.
Remove the porlet window session with the given window id.
Parameters: windowID - The ID 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.