|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variables | |
---|---|
railo.runtime | |
railo.runtime.type | |
railo.runtime.type.scope |
Uses of Variables in railo.runtime |
---|
Subinterfaces of Variables in railo.runtime | |
---|---|
interface |
ComponentScope
|
Classes in railo.runtime that implement Variables | |
---|---|
class |
ComponentScopeShadow
|
class |
ComponentScopeThis
|
Methods in railo.runtime that return Variables | |
---|---|
Variables |
ComponentImpl.beforeCall(PageContext pc)
will be called before executing method or constructor |
Variables |
PageContextImpl.variablesScope()
|
abstract Variables |
PageContext.variablesScope()
|
Methods in railo.runtime with parameters of type Variables | |
---|---|
void |
ComponentImpl.afterCall(PageContext pc,
Variables parent)
Deprecated. replaced with afterConstructor(PageContext pc, Variables parent) |
void |
ComponentImpl.afterConstructor(PageContext pc,
Variables parent)
will be called after invoking constructor, only invoked by constructor (component body execution) |
void |
PageContextImpl.setVariablesScope(Variables variables)
|
abstract void |
PageContext.setVariablesScope(Variables scope)
set a other variable scope |
Uses of Variables in railo.runtime.type |
---|
Constructors in railo.runtime.type with parameters of type Variables | |
---|---|
Closure(UDFProperties properties,
Variables variables)
|
Uses of Variables in railo.runtime.type.scope |
---|
Classes in railo.runtime.type.scope that implement Variables | |
---|---|
class |
Closure
|
class |
VariablesImpl
|
Methods in railo.runtime.type.scope that return Variables | |
---|---|
Variables |
CallerImpl.getVariablesScope()
|
Variables |
Caller.getVariablesScope()
|
Variables |
UndefinedImpl.variablesScope()
|
Variables |
Undefined.variablesScope()
|
Methods in railo.runtime.type.scope with parameters of type Variables | |
---|---|
static void |
UndefinedImpl.debugCascadedAccess(PageContext pc,
Variables var,
Object value,
Collection.Key key)
|
void |
CallerImpl.setScope(Variables variablesScope,
Local localScope,
Argument argumentsScope,
boolean checkArgs)
|
void |
Caller.setScope(Variables variablesScope,
Local localScope,
Argument argumentsScope,
boolean checkArgs)
sets the scopes |
void |
UndefinedImpl.setVariableScope(Variables scope)
|
void |
Undefined.setVariableScope(Variables scope)
change the variable scope |
Constructors in railo.runtime.type.scope with parameters of type Variables | |
---|---|
Closure(PageContext pc,
Argument arg,
Local local,
Variables var)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |