|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionArgument | |
---|---|
railo.runtime.exp | |
railo.runtime.type | |
railo.runtime.type.trace |
Uses of FunctionArgument in railo.runtime.exp |
---|
Constructors in railo.runtime.exp with parameters of type FunctionArgument | |
---|---|
UDFCasterException(UDF udf,
FunctionArgument arg,
Object value,
int index)
|
Uses of FunctionArgument in railo.runtime.type |
---|
Classes in railo.runtime.type that implement FunctionArgument | |
---|---|
class |
FunctionArgumentImpl
a single argument of a function |
class |
FunctionArgumentLight
a single argument of a function, this is lightway function, just contain name and type (return default value for the rest) |
Fields in railo.runtime.type declared as FunctionArgument | |
---|---|
FunctionArgument[] |
UDFProperties.arguments
|
Methods in railo.runtime.type that return FunctionArgument | |
---|---|
FunctionArgument[] |
UDFGSProperty.getFunctionArguments()
|
FunctionArgument[] |
UDFImpl.getFunctionArguments()
|
FunctionArgument[] |
UDF.getFunctionArguments()
return all function arguments of this UDF |
Methods in railo.runtime.type with parameters of type FunctionArgument | |
---|---|
static void |
UDFImpl.argumentCollection(Struct values,
FunctionArgument[] funcArgs)
|
Constructors in railo.runtime.type with parameters of type FunctionArgument | |
---|---|
UDFGSProperty(ComponentImpl component,
String name,
FunctionArgument[] arguments,
short rtnType,
String rtnFormat)
|
|
UDFImpl(Page page,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
boolean async,
String strAccess,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
Deprecated. use instead UDFImpl(UDFProperties properties) |
|
UDFImpl(Page page,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
boolean async,
String strAccess,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
Deprecated. use instead UDFImpl(UDFProperties properties) |
|
UDFProperties(Page page,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
boolean async,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
|
UDFProperties(Page page,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
boolean async,
String strAccess,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
|
UDFProperties(Page page,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
boolean async,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
|
UDFProperties(Page page,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
boolean async,
String strAccess,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
|
UDFProperties(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
boolean async,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
|
UDFProperties(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
boolean async,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
Uses of FunctionArgument in railo.runtime.type.trace |
---|
Methods in railo.runtime.type.trace that return FunctionArgument | |
---|---|
FunctionArgument[] |
TOUDF.getFunctionArguments()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |