Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.type.scope | |
lucee.runtime.type.scope.client |
Modifier and Type | Method and Description |
---|---|
Client |
PageContextImpl.clientScope() |
abstract Client |
PageContext.clientScope() |
Client |
PageContextImpl.clientScopeEL() |
abstract Client |
PageContext.clientScopeEL() |
Modifier and Type | Method and Description |
---|---|
Client |
ScopeContext.getClientScope(PageContext pc) |
Client |
ScopeContext.getClientScopeEL(PageContext pc) |
Modifier and Type | Class and Description |
---|---|
class |
ClientCache |
class |
ClientCookie |
class |
ClientDatasource |
class |
ClientFile |
class |
ClientMemory |
Modifier and Type | Method and Description |
---|---|
static Client |
ClientMemory.getInstance(PageContext pc,
Log log)
load a new instance of the class
|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope
|
static Client |
ClientFile.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Client |
ClientCookie.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Client defaultValue) |
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log)
load an new instance of the client datasource scope
|
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log,
Client defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Client defaultValue) |
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log)
load an new instance of the client datasource scope
|
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log,
Client defaultValue) |
Copyright © 2015 Lucee