Uses of Class
railo.runtime.type.scope.storage.StorageScopeImpl

Packages that use StorageScopeImpl
railo.runtime.type.scope.client   
railo.runtime.type.scope.session   
railo.runtime.type.scope.storage   
 

Uses of StorageScopeImpl in railo.runtime.type.scope.client
 

Subclasses of StorageScopeImpl in railo.runtime.type.scope.client
 class ClientCache
           
 class ClientCookie
           
 class ClientDatasource
           
 class ClientFile
           
 class ClientMemory
           
 

Uses of StorageScopeImpl in railo.runtime.type.scope.session
 

Subclasses of StorageScopeImpl in railo.runtime.type.scope.session
 class SessionCache
           
 class SessionCookie
           
 class SessionDatasource
           
 class SessionFile
           
 class SessionMemory
           
 

Uses of StorageScopeImpl in railo.runtime.type.scope.storage
 

Subclasses of StorageScopeImpl in railo.runtime.type.scope.storage
 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 StorageScopeMemory
          client scope that not store it's data
 

Constructors in railo.runtime.type.scope.storage with parameters of type StorageScopeImpl
StorageScopeImpl(StorageScopeImpl other, boolean deepCopy)
          Constructor of the class
 



Copyright © 2012 Railo