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

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

Uses of AppSession in to.etc.domui.server
 

Methods in to.etc.domui.server that return AppSession
protected  AppSession DomApplication.createSession()
          Can be overridden to create your own instance of a session.
 AppSession RequestContextImpl.getSession()
          Get the session for this context.
 AppSession IRequestContext.getSession()
          Return this-user's AppSession.
 

Methods in to.etc.domui.server with parameters of type AppSession
 void IAppSessionListener.sessionCreated(DomApplication app, AppSession ses)
           
 void IAppSessionListener.sessionDestroyed(DomApplication app, AppSession ses)
           
 

Uses of AppSession in to.etc.domui.state
 

Methods in to.etc.domui.state with parameters of type AppSession
 void IAppSessionBindingListener.boundToSession(AppSession ses, java.lang.String name)
           
 void IAppSessionBindingListener.unboundFromSession(AppSession ses, java.lang.String name)
           
 

Constructors in to.etc.domui.state with parameters of type AppSession
WindowSession(AppSession session)
           
 

Uses of AppSession in to.etc.domui.testsupport
 

Methods in to.etc.domui.testsupport that return AppSession
static AppSession TUtilDomUI.getAppSession()
           
 AppSession TestRequestContext.getSession()