Uses of Class
org.exoplatform.services.wsrp.type.SessionContext

Packages that use SessionContext
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.templates   
org.exoplatform.services.wsrp.type   
 

Uses of SessionContext in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that return SessionContext
 SessionContext PortletSession.getSessionContext()
          Get the WSRP session context of the portlet instance.
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type SessionContext
 void PortletSession.setSessionContext(SessionContext sessionContext)
          Set the session context of the portlet instance.
 

Uses of SessionContext in org.exoplatform.services.wsrp.consumer.templates
 

Methods in org.exoplatform.services.wsrp.consumer.templates that return SessionContext
 SessionContext PortletSessionTemplate.getSessionContext()
           
 

Methods in org.exoplatform.services.wsrp.consumer.templates with parameters of type SessionContext
 void PortletSessionTemplate.setSessionContext(SessionContext sessionContext)
           
 

Uses of SessionContext in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return SessionContext
 SessionContext UpdateResponse.getSessionContext()
          Gets the sessionContext value for this UpdateResponse.
 SessionContext MarkupResponse.getSessionContext()
          Gets the sessionContext value for this MarkupResponse.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type SessionContext
 void UpdateResponse.setSessionContext(SessionContext sessionContext)
          Sets the sessionContext value for this UpdateResponse.
 void MarkupResponse.setSessionContext(SessionContext sessionContext)
          Sets the sessionContext value for this MarkupResponse.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type SessionContext
MarkupResponse(MarkupContext markupContext, SessionContext sessionContext, Extension[] extensions)
           
UpdateResponse(SessionContext sessionContext, PortletContext portletContext, MarkupContext markupContext, java.lang.String navigationalState, java.lang.String newWindowState, java.lang.String newMode)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.