Package | Description |
---|---|
lucee.runtime.type.scope | |
lucee.runtime.type.scope.client | |
lucee.runtime.type.scope.session | |
lucee.runtime.type.scope.storage |
Modifier and Type | Interface and Description |
---|---|
interface |
Client
Interface of the scope client
|
interface |
Cookie
interface for the cookie scope
|
interface |
Session |
interface |
UserScope |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationImpl
Session Scope
|
class |
CookieImpl
Implementation of the Cookie scope
|
class |
JSession |
class |
ServerImpl
Server Scope
|
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 | Interface and Description |
---|---|
interface |
StorageScope
scope that can be stored, in a storage
|
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