Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.type.scope | |
lucee.runtime.type.scope.session |
Modifier and Type | Method and Description |
---|---|
Session |
PageContextImpl.sessionScope() |
abstract Session |
PageContext.sessionScope() |
Session |
PageContextImpl.sessionScope(boolean checkExpires) |
Modifier and Type | Class and Description |
---|---|
class |
JSession |
Modifier and Type | Method and Description |
---|---|
Session |
ScopeContext.getSessionScope(PageContext pc,
RefBoolean isNew)
return the session Scope for this context (cfid,cftoken,contextname)
|
Modifier and Type | Class and Description |
---|---|
class |
SessionCache |
class |
SessionCookie |
class |
SessionDatasource |
class |
SessionFile |
class |
SessionMemory |
Modifier and Type | Method and Description |
---|---|
static Session |
SessionMemory.getInstance(PageContext pc,
RefBoolean isNew,
Log log)
load a new instance of the class
|
static Session |
SessionFile.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope
|
static Session |
SessionCookie.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Session defaultValue) |
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log)
load an new instance of the client datasource scope
|
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log,
Session defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Session defaultValue) |
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log)
load an new instance of the client datasource scope
|
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log,
Session defaultValue) |
Copyright © 2015 Lucee