|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Undefined
interface of the cope undefined
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface railo.runtime.type.Collection |
---|
Collection.Key |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
static int |
MODE_LOCAL_OR_ARGUMENTS_ALWAYS
|
static int |
MODE_LOCAL_OR_ARGUMENTS_ONLY_WHEN_EXISTS
|
static int |
MODE_NO_LOCAL_AND_ARGUMENTS
|
Fields inherited from interface railo.runtime.type.scope.Scope |
---|
SCOPE_APPLICATION, SCOPE_ARGUMENTS, SCOPE_CALLER, SCOPE_CGI, SCOPE_CLIENT, SCOPE_CLUSTER, SCOPE_COOKIE, SCOPE_COUNT, SCOPE_FORM, SCOPE_LOCAL, SCOPE_REQUEST, SCOPE_SERVER, SCOPE_SESSION, SCOPE_UNDEFINED, SCOPE_URL, SCOPE_VAR, SCOPE_VARIABLES |
Fields inherited from interface railo.runtime.type.Struct |
---|
TYPE_LINKED, TYPE_REGULAR, TYPE_SOFT, TYPE_SYNC, TYPE_WEAKED |
Method Summary | |
---|---|
void |
addQuery(Query qry)
add a collection to the undefined scope |
Argument |
argumentsScope()
|
Object |
getCascading(Collection.Key key)
gets a key from all cascaded scopes, but not from variables scope |
Object |
getCascading(String key)
Deprecated. use instead
|
boolean |
getCheckArguments()
|
Object |
getCollection(Collection.Key key)
return value matching key, if value is from Query return a QueryColumn |
Object |
getCollection(String key)
Deprecated. use instead
|
boolean |
getLocalAlways()
|
QueryStack |
getQueryStack()
|
Struct |
getScope(Collection.Key key)
|
List<String> |
getScopeNames()
|
Local |
localScope()
|
void |
reinitialize(PageContext pc)
|
void |
removeQuery()
remove a collection from the undefined scope |
boolean |
setAllowImplicidQueryCall(boolean allowImplicidQueryCall)
|
void |
setFunctionScopes(Local local,
Argument argument)
sets the functions scopes |
int |
setMode(int mode)
sets mode of scope |
void |
setQueryStack(QueryStack qryStack)
sets a individual query stack to the undefined scope |
void |
setVariableScope(Variables scope)
change the variable scope |
Variables |
variablesScope()
|
Methods inherited from interface railo.runtime.type.scope.Scope |
---|
getType, getTypeAsString, initialize, isInitalized, release, release |
Methods inherited from interface railo.runtime.type.Collection |
---|
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, remove, removeEL, set, set, setEL, setEL, size |
Methods inherited from interface railo.runtime.type.Iteratorable |
---|
entryIterator, keyIterator, keysAsStringIterator, valueIterator |
Methods inherited from interface railo.runtime.type.ForEachIteratorable |
---|
getIterator |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from interface railo.runtime.type.Sizeable |
---|
sizeOf |
Methods inherited from interface railo.runtime.type.Objects |
---|
call, callWithNamedValues, get, get, set, setEL |
Methods inherited from interface railo.runtime.dump.Dumpable |
---|
toDumpData |
Methods inherited from interface railo.runtime.op.Castable |
---|
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo |
Field Detail |
---|
static final int MODE_NO_LOCAL_AND_ARGUMENTS
static final int MODE_LOCAL_OR_ARGUMENTS_ONLY_WHEN_EXISTS
static final int MODE_LOCAL_OR_ARGUMENTS_ALWAYS
Method Detail |
---|
Local localScope()
Argument argumentsScope()
Variables variablesScope()
int setMode(int mode)
mode
- new mode
boolean getLocalAlways()
void setFunctionScopes(Local local, Argument argument)
local
- local scopeargument
- argument scopeQueryStack getQueryStack()
void setQueryStack(QueryStack qryStack)
qryStack
- Query stackvoid addQuery(Query qry)
qry
- Query to add to undefined scopevoid removeQuery()
Object getCollection(String key) throws PageException
getCollection(railo.runtime.type.Collection.Key)
key
-
PageException
List<String> getScopeNames()
Object getCollection(Collection.Key key) throws PageException
key
-
PageException
Object getCascading(String key)
getCascading(railo.runtime.type.Collection.Key)
key
- key to get
Object getCascading(Collection.Key key)
key
- key to get
void setVariableScope(Variables scope)
scope
- boolean getCheckArguments()
Struct getScope(Collection.Key key)
boolean setAllowImplicidQueryCall(boolean allowImplicidQueryCall)
void reinitialize(PageContext pc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |