|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SharedScope | |
---|---|
railo.runtime.type.scope | |
railo.runtime.type.scope.client | |
railo.runtime.type.scope.session | |
railo.runtime.type.scope.storage |
Uses of SharedScope in railo.runtime.type.scope |
---|
Subinterfaces of SharedScope in railo.runtime.type.scope | |
---|---|
interface |
Client
Interface of the scope client |
interface |
Cookie
interface for the cookie scope |
interface |
Session
|
interface |
UserScope
|
Classes in railo.runtime.type.scope that implement SharedScope | |
---|---|
class |
ApplicationImpl
Session Scope |
class |
CookieImpl
Implementation of the Cookie scope |
class |
JSession
|
class |
ServerImpl
Server Scope |
Uses of SharedScope in railo.runtime.type.scope.client |
---|
Classes in railo.runtime.type.scope.client that implement SharedScope | |
---|---|
class |
ClientCache
|
class |
ClientCookie
|
class |
ClientDatasource
|
class |
ClientFile
|
class |
ClientMemory
|
Uses of SharedScope in railo.runtime.type.scope.session |
---|
Classes in railo.runtime.type.scope.session that implement SharedScope | |
---|---|
class |
SessionCache
|
class |
SessionCookie
|
class |
SessionDatasource
|
class |
SessionFile
|
class |
SessionMemory
|
Uses of SharedScope in railo.runtime.type.scope.storage |
---|
Subinterfaces of SharedScope in railo.runtime.type.scope.storage | |
---|---|
interface |
StorageScope
scope that can be stored, in a storage |
Classes in railo.runtime.type.scope.storage that implement SharedScope | |
---|---|
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 |