Uses of Interface
org.apache.wsrp4j.consumer.PortletWindowSession

Packages that use PortletWindowSession
org.apache.wsrp4j.consumer   
org.apache.wsrp4j.consumer.app   
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
 

Uses of PortletWindowSession in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer that return PortletWindowSession
 PortletWindowSession PortletSession.getPortletWindowSession(java.lang.String windowID)
          Get the SimplePortletWindowSession of the portlet window with the given ID.
 PortletWindowSession PortletSession.removePortletWindowSession(java.lang.String windowID)
          Remove the porlet window session with the given window id.
 

Uses of PortletWindowSession in org.apache.wsrp4j.consumer.app
 

Subinterfaces of PortletWindowSession in org.apache.wsrp4j.consumer.app
 interface SimplePortletWindowSession
          Defines a portlet window session used by the swing consumer In additional to SimplePortletWindowSession it contains information about the current window state and mode of a portlet window
 

Uses of PortletWindowSession in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement PortletWindowSession
 class SimplePortletWindowSessionImpl
           
 

Methods in org.apache.wsrp4j.consumer.app.driver that return PortletWindowSession
 PortletWindowSession PortletSessionImpl.getPortletWindowSession(java.lang.String windowID)
          Get the PortletWindowSession of the portlet window with the given ID.
 

Uses of PortletWindowSession in org.apache.wsrp4j.consumer.driver
 

Classes in org.apache.wsrp4j.consumer.driver that implement PortletWindowSession
 class GenericPortletWindowSessionImpl
           
 

Methods in org.apache.wsrp4j.consumer.driver that return PortletWindowSession
abstract  PortletWindowSession GenericPortletSessionImpl.getPortletWindowSession(java.lang.String windowID)
          Get the PortletWindowSession of the portlet window with the given ID.
 PortletWindowSession GenericPortletSessionImpl.removePortletWindowSession(java.lang.String windowID)
          Remove the porlet window session with the given window id.
 



--