Package | Description |
---|---|
lucee.runtime.exp | |
lucee.runtime.type | |
lucee.runtime.type.trace | |
lucee.runtime.type.util |
Constructor and Description |
---|
UDFCasterException(UDF udf,
FunctionArgument arg,
Object value,
int index) |
Modifier and Type | Class and Description |
---|---|
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)
|
Modifier and Type | Field and Description |
---|---|
FunctionArgument[] |
UDFPropertiesImpl.arguments |
Modifier and Type | Method and Description |
---|---|
FunctionArgument[] |
UDFGSProperty.getFunctionArguments() |
FunctionArgument[] |
BIF.getFunctionArguments() |
FunctionArgument[] |
UDFImpl.getFunctionArguments() |
FunctionArgument[] |
UDF.getFunctionArguments()
return all function arguments of this UDF
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FunctionArgumentImpl.equals(FunctionArgument left,
FunctionArgument right) |
Constructor and Description |
---|
UDFGSProperty(ComponentImpl component,
String name,
FunctionArgument[] arguments,
short rtnType,
String rtnFormat) |
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access) |
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
Integer localMode,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
Object cachedWithin,
Integer localMode,
StructImpl meta) |
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
Integer localMode,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
Object cachedWithin,
Integer localMode,
StructImpl meta) |
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
Modifier and Type | Method and Description |
---|---|
FunctionArgument[] |
TOUDF.getFunctionArguments() |
Modifier and Type | Method and Description |
---|---|
static void |
UDFUtil.argumentCollection(Struct values,
FunctionArgument[] funcArgs) |
Copyright © 2015 Lucee