| Package | Description |
|---|---|
| to.etc.domui.server | |
| to.etc.domui.state | |
| to.etc.domui.testsupport |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAppSessionListener.sessionCreated(DomApplication app,
AppSession ses) |
void |
IAppSessionListener.sessionDestroyed(DomApplication app,
AppSession ses) |
| Constructor and Description |
|---|
RequestContextImpl(IRequestResponse rr,
DomApplication app,
AppSession ses) |
| Modifier and Type | Method and Description |
|---|---|
AppSession |
HttpSessionLink.getAppSession(DomApplication app) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAppSessionBindingListener.boundToSession(AppSession ses,
String name) |
void |
IAppSessionBindingListener.unboundFromSession(AppSession ses,
String name) |
| Constructor and Description |
|---|
WindowSession(AppSession session) |
| Modifier and Type | Method and Description |
|---|---|
static AppSession |
TUtilDomUI.getAppSession() |
AppSession |
TestRequestContext.getSession() |
Copyright © 2017 etc.to. All rights reserved.