|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppSession | |
---|---|
to.etc.domui.server | |
to.etc.domui.state |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |