|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageScope | |
---|---|
railo.runtime.functions.csrf | |
railo.runtime.type.scope | |
railo.runtime.type.scope.client | |
railo.runtime.type.scope.session | |
railo.runtime.type.scope.storage |
Uses of StorageScope in railo.runtime.functions.csrf |
---|
Methods in railo.runtime.functions.csrf that return StorageScope | |
---|---|
static StorageScope |
CSRFGenerateToken.getStorageScope(PageContext pc)
|
Uses of StorageScope in railo.runtime.type.scope |
---|
Subinterfaces of StorageScope in railo.runtime.type.scope | |
---|---|
interface |
Client
Interface of the scope client |
Uses of StorageScope in railo.runtime.type.scope.client |
---|
Classes in railo.runtime.type.scope.client that implement StorageScope | |
---|---|
class |
ClientCache
|
class |
ClientCookie
|
class |
ClientDatasource
|
class |
ClientFile
|
class |
ClientMemory
|
Uses of StorageScope in railo.runtime.type.scope.session |
---|
Classes in railo.runtime.type.scope.session that implement StorageScope | |
---|---|
class |
SessionCache
|
class |
SessionCookie
|
class |
SessionDatasource
|
class |
SessionFile
|
class |
SessionMemory
|
Uses of StorageScope in railo.runtime.type.scope.storage |
---|
Classes in railo.runtime.type.scope.storage that implement StorageScope | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |