public interface UDFPlus extends UDF
Modifier and Type | Field and Description |
---|---|
static int |
RETURN_FORMAT_JAVA |
RETURN_FORMAT_JSON, RETURN_FORMAT_PLAIN, RETURN_FORMAT_SERIALIZE, RETURN_FORMAT_WDDX, RETURN_FORMAT_XML
Modifier and Type | Method and Description |
---|---|
Object |
call(PageContext pageContext,
Collection.Key calledName,
Object[] args,
boolean doIncludePath)
call user defined Funcion with parameters as Object Array
|
Object |
callWithNamedValues(PageContext pageContext,
Collection.Key calledName,
Struct values,
boolean doIncludePath)
call user defined Funcion with a struct
|
Object |
getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
int |
getIndex() |
int |
getReturnFormat(int defaultFormat) |
void |
setAccess(int access) |
void |
setOwnerComponent(ComponentImpl component) |
call, callWithNamedValues, duplicate, getDefaultValue, getDescription, getDisplayName, getFunctionArguments, getFunctionName, getHint, getMetaData, getOutput, getOwnerComponent, getPageSource, getReturnFormat, getReturnType, getReturnTypeAsString, getSecureJson, getVerifyClient, implementation
toDumpData
static final int RETURN_FORMAT_JAVA
Object callWithNamedValues(PageContext pageContext, Collection.Key calledName, Struct values, boolean doIncludePath) throws PageException
pageContext
- values
- named valuesdoIncludePath
- PageException
Object call(PageContext pageContext, Collection.Key calledName, Object[] args, boolean doIncludePath) throws PageException
pageContext
- args
- parameters for the functiondoIncludePath
- PageException
Object getDefaultValue(PageContext pc, int index, Object defaultValue) throws PageException
PageException
int getIndex()
void setOwnerComponent(ComponentImpl component)
void setAccess(int access)
int getReturnFormat(int defaultFormat)
Copyright © 2015 Lucee