Uses of Class
to.etc.domui.state.WindowSession

Packages that use WindowSession
to.etc.domui.server   
to.etc.domui.state   
to.etc.domui.testsupport   
 

Uses of WindowSession in to.etc.domui.server
 

Methods in to.etc.domui.server that return WindowSession
 WindowSession RequestContextImpl.getWindowSession()
          Gets this request's conversation.
 WindowSession IRequestContext.getWindowSession()
          Return the WindowSession for this request.
 

Methods in to.etc.domui.server with parameters of type WindowSession
 void DomApplication.internalCallWindowSessionCreated(WindowSession ws)
           
 void DomApplication.internalCallWindowSessionDestroyed(WindowSession ws)
           
 void RequestContextImpl.internalSetWindowSession(WindowSession cm)
          QUESTIONABLE.
 void IDomUIStateListener.windowSessionCreated(WindowSession ws)
           
 void IDomUIStateListener.windowSessionDestroyed(WindowSession ws)
           
 

Uses of WindowSession in to.etc.domui.state
 

Methods in to.etc.domui.state that return WindowSession
 WindowSession AppSession.createWindowSession()
          Create a new WindowSession.
 WindowSession AppSession.findWindowSession(java.lang.String wid)
          Try to locate the WindowSession with the specified ID in this HttpSession.
 WindowSession ConversationContext.getWindowSession()
          Experimental interface: get the WindowSession for this page(set).
 

Uses of WindowSession in to.etc.domui.testsupport
 

Methods in to.etc.domui.testsupport that return WindowSession
 WindowSession TestRequestContext.getWindowSession()