Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.interpreter |
Modifier and Type | Method and Description |
---|---|
VariableReference |
PageContextImpl.getVariableReference(String var)
a variable reference, references to variable, to modifed it, with global effect.
|
Modifier and Type | Method and Description |
---|---|
static VariableReference |
VariableInterpreter.getVariableReference(PageContext pc,
Collection.Key[] keys,
boolean keepScope) |
static VariableReference |
VariableInterpreter.getVariableReference(PageContext pc,
Collection.Key key,
boolean keepScope) |
static VariableReference |
VariableInterpreter.getVariableReference(PageContext pc,
String var)
return a variable reference by string syntax ("scopename.key.key" -> "url.name")
a variable reference, references to variable, to modifed it, with global effect.
|
Copyright © 2015 Lucee