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

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

Uses of PortletSession in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer that return PortletSession
 PortletSession PortletWindowSession.getPortletSession()
          Get the portlet session this window session belongs to.
 PortletSession GroupSession.getPortletSession(java.lang.String instanceKey)
          Get the portlet session object which is identified with the givven instanceKey from the group session.
 

Methods in org.apache.wsrp4j.consumer with parameters of type PortletSession
 void GroupSession.addPortletSession(PortletSession portletSession)
          Add a portlet session to this group session.
 

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

Classes in org.apache.wsrp4j.consumer.app.driver that implement PortletSession
 class PortletSessionImpl
           
 

Methods in org.apache.wsrp4j.consumer.app.driver that return PortletSession
 PortletSession GroupSessionImpl.getPortletSession(java.lang.String handle)
          Get the portlet session object which is identified with the given instanceKey from the group session.
 

Constructors in org.apache.wsrp4j.consumer.app.driver with parameters of type PortletSession
SimplePortletWindowSessionImpl(java.lang.String windowID, PortletSession pSession)
           
 

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

Classes in org.apache.wsrp4j.consumer.driver that implement PortletSession
 class GenericPortletSessionImpl
           
 

Fields in org.apache.wsrp4j.consumer.driver declared as PortletSession
private  PortletSession GenericPortletWindowSessionImpl.pSession
           
 

Methods in org.apache.wsrp4j.consumer.driver that return PortletSession
 PortletSession GenericPortletWindowSessionImpl.getPortletSession()
           
abstract  PortletSession GenericGroupSessionImpl.getPortletSession(java.lang.String portletHandle)
           
 

Methods in org.apache.wsrp4j.consumer.driver with parameters of type PortletSession
 void GenericGroupSessionImpl.addPortletSession(PortletSession portletSession)
           
 

Constructors in org.apache.wsrp4j.consumer.driver with parameters of type PortletSession
GenericPortletWindowSessionImpl(java.lang.String windowID, PortletSession pSession)
           
 



--