|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UDF in railo.commons.io.res.util |
---|
Methods in railo.commons.io.res.util with parameters of type UDF | |
---|---|
static ResourceAndResourceNameFilter |
UDFFilter.createResourceAndResourceNameFilter(UDF filter)
|
Constructors in railo.commons.io.res.util with parameters of type UDF | |
---|---|
UDFFilter(UDF udf)
|
|
UDFFilterSupport(UDF udf)
|
Uses of UDF in railo.intergral.fusiondebug.server.type.coll |
---|
Methods in railo.intergral.fusiondebug.server.type.coll with parameters of type UDF | |
---|---|
static String |
FDUDF.toString(UDF udf)
|
Constructors in railo.intergral.fusiondebug.server.type.coll with parameters of type UDF | |
---|---|
FDUDF(com.intergral.fusiondebug.server.IFDStackFrame frame,
String name,
UDF udf)
Constructor of the class |
Uses of UDF in railo.runtime |
---|
Methods in railo.runtime that return UDF | |
---|---|
UDF |
PageContextImpl.getActiveUDF()
|
abstract UDF |
PageContext.getActiveUDF()
|
UDF[] |
PageContextImpl.getUDFs()
|
Methods in railo.runtime that return types with arguments of type UDF | |
---|---|
static Map<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
Map<Collection.Key,UDF> srcMap,
Map<Collection.Key,UDF> trgMap)
|
Methods in railo.runtime with parameters of type UDF | |
---|---|
void |
ComponentImpl.addConstructorUDF(Collection.Key key,
UDF value)
|
void |
PageContextImpl.addUDF(UDF udf)
|
void |
ComponentWrap.registerUDF(Collection.Key key,
UDF udf)
|
void |
SuperComponent.registerUDF(Collection.Key key,
UDF udf)
|
void |
InterfaceImpl.registerUDF(Collection.Key key,
UDF udf)
|
void |
ComponentImpl.registerUDF(Collection.Key key,
UDF udf)
|
void |
Interface.registerUDF(Collection.Key key,
UDF udf)
|
void |
Component.registerUDF(Collection.Key key,
UDF udf)
|
void |
ComponentWrap.registerUDF(String key,
UDF udf)
|
void |
SuperComponent.registerUDF(String key,
UDF udf)
|
void |
InterfaceImpl.registerUDF(String key,
UDF udf)
|
void |
ComponentImpl.registerUDF(String key,
UDF udf)
|
void |
Interface.registerUDF(String key,
UDF udf)
|
void |
Component.registerUDF(String key,
UDF udf)
|
void |
PageContextImpl.setActiveUDF(UDF activeUDF)
|
Object |
Page.udfCall(PageContext pageContext,
UDF udf,
int functionIndex)
|
Method parameters in railo.runtime with type arguments of type UDF | |
---|---|
static Map<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
Map<Collection.Key,UDF> srcMap,
Map<Collection.Key,UDF> trgMap)
|
static Map<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
Map<Collection.Key,UDF> srcMap,
Map<Collection.Key,UDF> trgMap)
|
Uses of UDF in railo.runtime.concurrency |
---|
Constructors in railo.runtime.concurrency with parameters of type UDF | |
---|---|
UDFCaller(PageContext parent,
UDF udf,
Object[] arguments,
boolean doIncludePath)
|
|
UDFCaller(PageContext parent,
UDF udf,
Struct namedArguments,
boolean doIncludePath)
|
Uses of UDF in railo.runtime.config |
---|
Methods in railo.runtime.config that return UDF | |
---|---|
UDF |
ConfigImpl.getFromFunctionCache(String key)
|
Methods in railo.runtime.config with parameters of type UDF | |
---|---|
void |
ConfigImpl.putToFunctionCache(String key,
UDF udf)
|
Uses of UDF in railo.runtime.exp |
---|
Constructors in railo.runtime.exp with parameters of type UDF | |
---|---|
UDFCasterException(UDF udf,
FunctionArgument arg,
Object value,
int index)
|
Uses of UDF in railo.runtime.functions.arrays |
---|
Methods in railo.runtime.functions.arrays with parameters of type UDF | |
---|---|
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF filter)
|
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf)
|
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel)
|
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads)
|
static Array |
ArrayFindAll.find(PageContext pc,
Array array,
UDF udf)
|
static int |
ArrayFind.find(PageContext pc,
Array array,
UDF udf)
|
Uses of UDF in railo.runtime.functions.closure |
---|
Methods in railo.runtime.functions.closure with parameters of type UDF | |
---|---|
static String |
Each.call(PageContext pc,
Object obj,
UDF udf)
|
static String |
Each.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel)
|
static String |
Each.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads)
|
static void |
Each.invoke(PageContext pc,
Array array,
UDF udf,
ExecutorService execute,
List<Future<String>> futures)
|
static void |
Each.invoke(PageContext pc,
Iteratorable coll,
UDF udf,
ExecutorService execute,
List<Future<String>> futures)
|
Uses of UDF in railo.runtime.functions.list |
---|
Methods in railo.runtime.functions.list with parameters of type UDF | |
---|---|
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter)
|
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter)
|
Uses of UDF in railo.runtime.functions.query |
---|
Methods in railo.runtime.functions.query with parameters of type UDF | |
---|---|
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName,
UDF udf)
|
Uses of UDF in railo.runtime.functions.struct |
---|
Methods in railo.runtime.functions.struct with parameters of type UDF | |
---|---|
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf)
|
static Struct |
StructFilter.call(PageContext pc,
Struct sct,
UDF filter)
|
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel)
|
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads)
|
Uses of UDF in railo.runtime.functions.system |
---|
Methods in railo.runtime.functions.system that return UDF | |
---|---|
static UDF |
CFFunction.loadUDF(PageContext pc,
String filename,
Collection.Key name,
boolean isweb)
|
Uses of UDF in railo.runtime.helpers |
---|
Constructors in railo.runtime.helpers with parameters of type UDF | |
---|---|
XMLEventParser(PageContext pc,
UDF startDocument,
UDF startElement,
UDF body,
UDF endElement,
UDF endDocument,
UDF error)
constructor of the class |
Uses of UDF in railo.runtime.listener |
---|
Methods in railo.runtime.listener that return UDF | |
---|---|
UDF |
ClassicApplicationContext.getOnMissingTemplate()
|
Methods in railo.runtime.listener with parameters of type UDF | |
---|---|
void |
ClassicApplicationContext.setOnMissingTemplate(UDF onMissingTemplate)
|
Uses of UDF in railo.runtime.op |
---|
Methods in railo.runtime.op that return UDF | |
---|---|
static UDF |
Caster.toFunction(Object o)
|
static UDF |
Caster.toFunction(Object o,
UDF defaultValue)
|
Methods in railo.runtime.op with parameters of type UDF | |
---|---|
static UDF |
Caster.toFunction(Object o,
UDF defaultValue)
|
Uses of UDF in railo.runtime.query |
---|
Constructors in railo.runtime.query with parameters of type UDF | |
---|---|
QueryCacheFilterUDF(UDF udf)
|
Uses of UDF in railo.runtime.tag |
---|
Methods in railo.runtime.tag with parameters of type UDF | |
---|---|
static QueryCacheFilter |
ObjectCache.createFilter(UDF filter)
|
void |
Directory.setFilter(UDF filter)
|
Uses of UDF in railo.runtime.type |
---|
Subinterfaces of UDF in railo.runtime.type | |
---|---|
interface |
ComponentMethod
|
interface |
UDFPlus
|
interface |
UserDefinedFunction
Deprecated. replaced with UDF |
Classes in railo.runtime.type that implement UDF | |
---|---|
class |
Closure
|
class |
UDFAddProperty
|
class |
UDFGetterProperty
|
class |
UDFGSProperty
|
class |
UDFHasProperty
|
class |
UDFImpl
defines a abstract class for a User defined Functions |
class |
UDFRemoveProperty
|
class |
UDFSetterProperty
|
Methods in railo.runtime.type that return UDF | |
---|---|
UDF |
UDFSetterProperty.duplicate()
|
UDF |
UDFRemoveProperty.duplicate()
|
UDF |
UDFGetterProperty.duplicate()
|
UDF |
UDFHasProperty.duplicate()
|
UDF |
UDFAddProperty.duplicate()
|
UDF |
UDFImpl.duplicate()
|
UDF |
UDF.duplicate()
|
UDF |
UDFImpl.duplicate(boolean deepCopy)
|
UDF |
UDFSetterProperty.duplicate(ComponentImpl c)
|
UDF |
UDFRemoveProperty.duplicate(ComponentImpl c)
|
UDF |
UDFGetterProperty.duplicate(ComponentImpl c)
|
UDF |
UDFHasProperty.duplicate(ComponentImpl c)
|
UDF |
UDFAddProperty.duplicate(ComponentImpl c)
|
UDF |
Closure.duplicate(ComponentImpl c)
|
UDF |
UDFImpl.duplicate(ComponentImpl c)
|
UDF |
ComponentMethod.getUserDefinedFunction()
|
Methods in railo.runtime.type with parameters of type UDF | |
---|---|
static boolean |
UDFImpl.equals(UDF left,
UDF right)
|
static DumpData |
UDFImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
UDF udf,
boolean closure)
|
Uses of UDF in railo.runtime.type.cfc |
---|
Methods in railo.runtime.type.cfc with parameters of type UDF | |
---|---|
void |
ComponentProxy.registerUDF(Collection.Key key,
UDF udf)
|
void |
ComponentProxy.registerUDF(String key,
UDF udf)
|
Uses of UDF in railo.runtime.type.scope |
---|
Methods in railo.runtime.type.scope with parameters of type UDF | |
---|---|
void |
VariablesImpl.registerUDF(Collection.Key key,
UDF udf)
|
void |
VariablesImpl.registerUDF(String key,
UDF udf)
|
Uses of UDF in railo.runtime.type.trace |
---|
Classes in railo.runtime.type.trace that implement UDF | |
---|---|
class |
TOUDF
|
Methods in railo.runtime.type.trace that return UDF | |
---|---|
UDF |
TOUDF.duplicate()
|
Uses of UDF in railo.runtime.type.util |
---|
Methods in railo.runtime.type.util with parameters of type UDF | |
---|---|
static String |
UDFUtil.callerHash(UDF udf,
Object[] args,
Struct values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |