|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
abstract class for all cold fusion scopes
| Nested Class Summary |
| Nested classes inherited from class railo.runtime.type.Collection |
Collection.Key |
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| 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_VARIABLES
Scope Variables |
| Fields inherited from interface railo.runtime.type.Struct |
TYPE_LINKED, TYPE_REGULAR, TYPE_SYNC, TYPE_WEAKED |
| Method Summary | |
int |
getType()
|
java.lang.String |
getTypeAsString()
|
void |
initialize(PageContext pc)
Initalize Scope |
boolean |
isInitalized()
return if the scope is Initialiesd |
void |
release()
release scope for reuse |
| Methods inherited from interface railo.runtime.type.Collection |
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, keysAsString, remove, removeEL, set, set, setEL, setEL, size |
| Methods inherited from interface railo.runtime.dump.Dumpable |
toDumpData |
| Methods inherited from interface railo.runtime.type.Iteratorable |
iterator, keyIterator |
| Methods inherited from interface railo.runtime.op.Castable |
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Field Detail |
public static final int SCOPE_UNDEFINED
public static final int SCOPE_VARIABLES
public static final int SCOPE_REQUEST
public static final int SCOPE_URL
public static final int SCOPE_FORM
public static final int SCOPE_CLIENT
public static final int SCOPE_COOKIE
public static final int SCOPE_SESSION
public static final int SCOPE_APPLICATION
public static final int SCOPE_ARGUMENTS
public static final int SCOPE_CGI
public static final int SCOPE_SERVER
public static final int SCOPE_LOCAL
public static final int SCOPE_CALLER
public static final int SCOPE_CLUSTER
public static final int SCOPE_COUNT
| Method Detail |
public boolean isInitalized()
public void initialize(PageContext pc)
pc - Page Contextpublic void release()
public int getType()
public java.lang.String getTypeAsString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||