|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Scope in coldfusion.server |
---|
Methods in coldfusion.server that return Scope | |
---|---|
Scope |
RuntimeService.getServerScope()
|
Uses of Scope in railo.runtime |
---|
Subinterfaces of Scope in railo.runtime | |
---|---|
interface |
ComponentScope
|
Classes in railo.runtime that implement Scope | |
---|---|
class |
ComponentScopeShadow
|
class |
ComponentScopeThis
|
Methods in railo.runtime that return Scope | |
---|---|
Scope |
PageContextImpl.localScope()
|
abstract Scope |
PageContext.localScope()
|
Scope |
PageContextImpl.localScope(boolean bind)
|
Scope |
PageContextImpl.scope(int type)
Deprecated. use instead VariableInterpreter.scope(...) |
abstract Scope |
PageContext.scope(int type)
returns matching scope |
Scope |
PageContextImpl.scope(String strScope,
Scope defaultValue)
|
Scope |
PageContextImpl.SymTab_findBuiltinScope(String name)
|
Methods in railo.runtime with parameters of type Scope | |
---|---|
Scope |
PageContextImpl.scope(String strScope,
Scope defaultValue)
|
void |
PageContextImpl.setFunctionScopes(Scope local,
Argument argument)
|
Uses of Scope in railo.runtime.interpreter |
---|
Methods in railo.runtime.interpreter with parameters of type Scope | |
---|---|
static Object |
VariableInterpreter._variable(PageContext pc,
String str,
Object value,
Scope scope)
|
static Object |
VariableInterpreter.getVariable(PageContext pc,
String str,
Scope scope)
|
static Object |
VariableInterpreter.setVariable(PageContext pc,
String str,
Object value,
Scope scope)
|
Uses of Scope in railo.runtime.tag |
---|
Methods in railo.runtime.tag that return Scope | |
---|---|
abstract Scope |
CustomTag.getVariablesScope()
|
Uses of Scope in railo.runtime.thread |
---|
Classes in railo.runtime.thread that implement Scope | |
---|---|
class |
ThreadsImpl
|
Uses of Scope in railo.runtime.type |
---|
Subinterfaces of Scope in railo.runtime.type | |
---|---|
interface |
SharedScope
scope that is used for multiple requests, attention scope can be used from muliple threads ad same state, make no internal state! |
Uses of Scope in railo.runtime.type.scope |
---|
Subinterfaces of Scope in railo.runtime.type.scope | |
---|---|
interface |
Application
implemetnation of the application scope |
interface |
Argument
interface for Argument scope |
interface |
ArgumentPro
|
interface |
Caller
interface for the caller scope |
interface |
CGI
interface for scope CGI |
interface |
Client
Interface of the scope client |
interface |
ClientPlus
|
interface |
Cluster
|
interface |
Cookie
interface for the cookie scope |
interface |
Form
interface fro scope form |
interface |
Local
|
interface |
LocalPro
|
interface |
Request
Interface of the scope request |
interface |
Server
interface for scope server |
interface |
Session
|
interface |
SessionPlus
|
interface |
Threads
|
interface |
Undefined
interface of the cope undefined |
interface |
URL
inteface for the url scope |
interface |
URLForm
scuope that mix url and forn together |
interface |
Variables
|
Classes in railo.runtime.type.scope that implement Scope | |
---|---|
class |
ApplicationImpl
Session Scope |
class |
ArgumentImpl
implementation of the argument scope |
class |
ArgumentThreadImpl
|
class |
CallerImpl
caller scope |
class |
CGIImpl
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments |
class |
ClusterNotSupported
d |
class |
ClusterWrap
|
class |
CookieImpl
Implementation of the Cookie scope |
class |
FormImpl
Form Scope |
class |
JSession
|
class |
LocalImpl
|
class |
LocalNotSupportedScope
|
class |
RequestImpl
|
class |
ScopeSupport
Simple standart implementation of a Scope, for standart use. |
class |
ServerImpl
Server Scope |
class |
UndefinedImpl
Undefined Scope |
class |
UrlFormImpl
|
class |
URLImpl
Implements URL Scope |
class |
VariablesAsSession
|
class |
VariablesImpl
|
Methods in railo.runtime.type.scope that return Scope | |
---|---|
Scope |
UndefinedImpl.localScope()
|
Scope |
Undefined.localScope()
|
Methods in railo.runtime.type.scope with parameters of type Scope | |
---|---|
void |
UndefinedImpl.setFunctionScopes(Scope local,
Scope argument)
|
void |
Undefined.setFunctionScopes(Scope local,
Scope argument)
sets the functions scopes |
void |
CallerImpl.setScope(Scope variablesScope,
Scope localScope,
Scope argumentsScope,
boolean checkArgs)
|
void |
Caller.setScope(Scope variablesScope,
Scope localScope,
Scope argumentsScope,
boolean checkArgs)
sets the scopes |
void |
UndefinedImpl.setVariableScope(Scope scope)
|
void |
Undefined.setVariableScope(Scope scope)
change the variable scope |
Uses of Scope in railo.runtime.type.scope.client |
---|
Classes in railo.runtime.type.scope.client that implement Scope | |
---|---|
class |
ClientCache
|
class |
ClientCookie
|
class |
ClientDatasource
|
class |
ClientFile
|
class |
ClientMemory
|
Uses of Scope in railo.runtime.type.scope.session |
---|
Classes in railo.runtime.type.scope.session that implement Scope | |
---|---|
class |
SessionCache
|
class |
SessionCookie
|
class |
SessionDatasource
|
class |
SessionFile
|
class |
SessionMemory
|
Uses of Scope in railo.runtime.type.scope.storage |
---|
Subinterfaces of Scope in railo.runtime.type.scope.storage | |
---|---|
interface |
MemoryScope
|
interface |
StorageScope
scope that can be stored, in a storage |
Classes in railo.runtime.type.scope.storage that implement Scope | |
---|---|
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 |