Package railo.runtime.type

Interface Summary
Array  
Collection interface collection, used for all collection types of railo (array, struct, query)
Collection.Key  
CollectionPlus  
ComponentMethod  
Duplicable  
FunctionArgument a function argument definition
FunctionValue represent a named function value for a functions
Iterator Interface for a simple Iterator
Iteratorable interface that define that in a class a iterator is available
Objects Hold a native or wild object, to use id inside railo runtime
ObjectWrap Wraps a other Object
Query inteface for resultset (query) object
QueryColumn represent a Single column of a query object
QueryColumnPro  
QueryPro  
Scope abstract class for all cold fusion scopes
SharedScope scope that is used for multiple requests, attention scope can be used from muliple threads ad same state, make no internal state!
SimpleValue  
Sizeable  
Struct  
UDF a user defined function
UserDefinedFunction Deprecated. replaced with UDF
 

Class Summary
ArrayImpl cold fusion array object
ArrayImplNS cold fusion array object
ArrayInt cold fusion array object
CastableArray  
CastableStruct  
CollectionStruct  
DebugQueryColumn implementation of the query column
DoubleStruct  
FunctionArgumentImpl a single argument of a function
FunctionArgumentLight a single argument of a function, this is lightway function, just contain name and type (return default value for the rest)
FunctionValueImpl represent a named function value for a functions
KeyImpl  
List List is not a type, only some static method to manipulate String lists
Null Custom Null Type
QueryColumnImpl implementation of the query column
QueryColumnRef Recordcount Query Column
QueryColumnUtil Helper class for the QueryColumnImpl
QueryImpl  
ReadOnlyStruct a read only Struct if flag is set to readonly
StructImpl cold fusion data type struct
StructImplKey cold fusion data type struct
StructImplString cold fusion data type struct
SVArray Simple Value Array, a Array that can't cast to a Simple Value
SVStruct  
UDFAddProperty  
UDFGetterProperty  
UDFGSProperty  
UDFHasProperty  
UDFImpl defines a abstract class for a User defined Functions
UDFProperties  
UDFRemoveProperty  
UDFSetterProperty  
 



Copyright © 2012 Railo