Package | Description |
---|---|
lucee.runtime.functions.csrf | |
lucee.runtime.type.scope | |
lucee.runtime.type.scope.client | |
lucee.runtime.type.scope.session | |
lucee.runtime.type.scope.storage |
Modifier and Type | Method and Description |
---|---|
static StorageScope |
CSRFGenerateToken.getStorageScope(PageContext pc) |
Modifier and Type | Interface and Description |
---|---|
interface |
Client
Interface of the scope client
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCache |
class |
ClientCookie |
class |
ClientDatasource |
class |
ClientFile |
class |
ClientMemory |
Modifier and Type | Class and Description |
---|---|
class |
SessionCache |
class |
SessionCookie |
class |
SessionDatasource |
class |
SessionFile |
class |
SessionMemory |
Modifier and Type | Class and Description |
---|---|
class |
StorageScopeCache
client scope that store it's data in a datasource
|
class |
StorageScopeCookie
client scope that store it's data in the cookie of the client
|
class |
StorageScopeDatasource
client scope that store it's data in a datasource
|
class |
StorageScopeFile
client scope that store it's data in a resource
|
class |
StorageScopeImpl |
class |
StorageScopeMemory
client scope that not store it's data
|
Copyright © 2015 Lucee