|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionPlus | |
---|---|
railo.runtime.type.scope | |
railo.runtime.type.scope.session |
Uses of SessionPlus in railo.runtime.type.scope |
---|
Classes in railo.runtime.type.scope that implement SessionPlus | |
---|---|
class |
JSession
|
Methods in railo.runtime.type.scope that return SessionPlus | |
---|---|
SessionPlus |
ScopeContext.getSessionScope(PageContext pc,
RefBoolean isNew)
return the session Scope for this context (cfid,cftoken,contextname) |
Uses of SessionPlus in railo.runtime.type.scope.session |
---|
Classes in railo.runtime.type.scope.session that implement SessionPlus | |
---|---|
class |
SessionCache
|
class |
SessionCookie
|
class |
SessionDatasource
|
class |
SessionFile
|
class |
SessionMemory
|
Methods in railo.runtime.type.scope.session that return SessionPlus | |
---|---|
static SessionPlus |
SessionMemory.getInstance(PageContext pc,
RefBoolean isNew,
Log log)
load a new instance of the class |
static SessionPlus |
SessionFile.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class |
static SessionPlus |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope |
static SessionPlus |
SessionCookie.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class |
static SessionPlus |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
SessionPlus defaultValue)
|
static SessionPlus |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Log log)
load an new instance of the client datasource scope |
static SessionPlus |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Log log,
SessionPlus defaultValue)
|
Methods in railo.runtime.type.scope.session with parameters of type SessionPlus | |
---|---|
static SessionPlus |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
SessionPlus defaultValue)
|
static SessionPlus |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Log log,
SessionPlus defaultValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |