|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scope
abstract class for all scopes
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 |
SCOPE_APPLICATION
Scope Application |
static int |
SCOPE_ARGUMENTS
Scope Arguments |
static int |
SCOPE_CALLER
Scope Caller |
static int |
SCOPE_CGI
Scope CGI |
static int |
SCOPE_CLIENT
Scope Client |
static int |
SCOPE_CLUSTER
|
static int |
SCOPE_COOKIE
Scope Cookie |
static int |
SCOPE_COUNT
|
static int |
SCOPE_FORM
Scope Form |
static int |
SCOPE_LOCAL
Scope Local |
static int |
SCOPE_REQUEST
Scope Request |
static int |
SCOPE_SERVER
Scope Server |
static int |
SCOPE_SESSION
Scope Session |
static int |
SCOPE_UNDEFINED
Scope Undefined |
static int |
SCOPE_URL
Scope URL |
static int |
SCOPE_VAR
|
static int |
SCOPE_VARIABLES
Scope Variables |
Fields inherited from interface railo.runtime.type.Struct |
---|
TYPE_LINKED, TYPE_REGULAR, TYPE_SOFT, TYPE_SYNC, TYPE_WEAKED |
Method Summary | |
---|---|
int |
getType()
|
String |
getTypeAsString()
|
void |
initialize(PageContext pc)
Initalize Scope |
boolean |
isInitalized()
return if the scope is Initialiesd |
void |
release()
Deprecated. use instead release(PageContext) |
void |
release(PageContext pc)
release scope for reuse |
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 SCOPE_UNDEFINED
static final int SCOPE_VARIABLES
static final int SCOPE_REQUEST
static final int SCOPE_URL
static final int SCOPE_FORM
static final int SCOPE_CLIENT
static final int SCOPE_COOKIE
static final int SCOPE_SESSION
static final int SCOPE_APPLICATION
static final int SCOPE_ARGUMENTS
static final int SCOPE_CGI
static final int SCOPE_SERVER
static final int SCOPE_LOCAL
static final int SCOPE_CALLER
static final int SCOPE_CLUSTER
static final int SCOPE_VAR
static final int SCOPE_COUNT
Method Detail |
---|
boolean isInitalized()
void initialize(PageContext pc)
pc
- Page Contextvoid release()
release(PageContext)
void release(PageContext pc)
int getType()
String getTypeAsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |