Public Class Methods : SstSession
for: manager
"ACTION
Answer a new instance of the receiver which is managed by @manager.
PARAMETERS
manager : <SstSessionManager>
RETURN VALUE
<instance of self>"
Categories
SST-API Developer
for: manager request: request
"ACTION
Answer a new instance of the receiver for @request which is
managed by @manager.
PARAMETERS
manager : <SstSessionManager>
request : <IuSstRequest>
RETURN VALUE
<instance of self>"
Categories
SST-API Developer
resolveSessionFor: request using: manager
"ACTION
Resolve and return the session for @request in the sessions
managed by @manager. If none is found as we are configured
to autogenerate sessions, build and return a new session related to
@request. The found/built session is added to @manager and
associated with @request.
PARAMTERS
request : <IuSstRequest>
manager : <SstSessionManager>
RETURN VALUE
<SstSession>"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]