|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |