Modifier and Type | Method and Description |
---|---|
static ResourceAndResourceNameFilter |
UDFFilter.createResourceAndResourceNameFilter(UDF filter) |
Constructor and Description |
---|
UDFFilter(UDF udf) |
UDFFilterSupport(UDF udf) |
Modifier and Type | Method and Description |
---|---|
static String |
FDUDF.toString(UDF udf) |
Constructor and Description |
---|
FDUDF(com.intergral.fusiondebug.server.IFDStackFrame frame,
String name,
UDF udf)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
UDF |
PageContextImpl.getActiveUDF() |
abstract UDF |
PageContext.getActiveUDF() |
UDF[] |
PageContextImpl.getUDFs() |
Modifier and Type | Method and Description |
---|---|
static MapPro<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
MapPro<Collection.Key,UDF> srcMap,
MapPro<Collection.Key,UDF> trgMap) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentImpl.addConstructorUDF(Collection.Key key,
UDF value) |
void |
PageContextImpl.addUDF(UDF udf) |
void |
ComponentSpecificAccess.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 |
ComponentSpecificAccess.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) |
Modifier and Type | Method and Description |
---|---|
static MapPro<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
MapPro<Collection.Key,UDF> srcMap,
MapPro<Collection.Key,UDF> trgMap) |
static MapPro<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
MapPro<Collection.Key,UDF> srcMap,
MapPro<Collection.Key,UDF> trgMap) |
Modifier and Type | Method and Description |
---|---|
static String |
CacheHandlerFactory.createId(UDF udf,
Object[] args,
Struct values) |
Constructor and Description |
---|
QueryCacheHandlerFilterUDF(UDF udf) |
Constructor and Description |
---|
UDFCaller(PageContext parent,
UDF udf,
Object[] arguments,
boolean doIncludePath) |
UDFCaller(PageContext parent,
UDF udf,
Struct namedArguments,
boolean doIncludePath) |
UDFCaller2(PageContext parent,
UDF udf,
Object[] arguments,
P passed,
boolean doIncludePath) |
UDFCaller2(PageContext parent,
UDF udf,
Struct namedArguments,
P passed,
boolean doIncludePath) |
Modifier and Type | Method and Description |
---|---|
UDF |
ConfigImpl.getFromFunctionCache(String key) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigImpl.putToFunctionCache(String key,
UDF udf) |
Constructor and Description |
---|
UDFCasterException(UDF udf,
FunctionArgument arg,
Object value,
int index) |
UDFCasterException(UDF udf,
String returnType,
Object value) |
Modifier and Type | Method and Description |
---|---|
static Array |
ArrayFilter._call(PageContext pc,
Array array,
UDF filter,
boolean parallel,
int maxThreads) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf) |
static Object |
ArrayReduce.call(PageContext pc,
Array array,
UDF udf) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
ArrayReduce.call(PageContext pc,
Array array,
UDF udf,
Object initValue) |
static Array |
ArrayFindAll.find(PageContext pc,
Array array,
UDF udf) |
static int |
ArrayFind.find(PageContext pc,
Array array,
UDF udf) |
Modifier and Type | Method and Description |
---|---|
static Collection |
Filter._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static Collection |
Map._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static boolean |
Every._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static boolean |
Some._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static Object |
Reduce._call(PageContext pc,
Object obj,
UDF udf,
Object initalValue) |
static Object |
Filter.call(PageContext pc,
Object obj,
UDF udf) |
static Object |
Map.call(PageContext pc,
Object obj,
UDF udf) |
static boolean |
Every.call(PageContext pc,
Object obj,
UDF udf) |
static boolean |
Some.call(PageContext pc,
Object obj,
UDF udf) |
static Object |
Reduce.call(PageContext pc,
Object obj,
UDF udf) |
static String |
Each.call(PageContext pc,
Object obj,
UDF udf) |
static Object |
Filter.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static Object |
Map.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static boolean |
Every.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static boolean |
Some.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static String |
Each.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static Object |
Filter.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
Map.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
Every.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
Some.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
Each.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
Reduce.call(PageContext pc,
Object obj,
UDF udf,
Object initalValue) |
static void |
Each.invoke(PageContext pc,
Array array,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
static void |
Each.invoke(PageContext pc,
Iteratorable coll,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
static void |
Each.invoke(PageContext pc,
Query qry,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue,
String delimiter) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue,
String delimiter,
boolean includeEmptyFields) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
Modifier and Type | Method and Description |
---|---|
static Query |
QueryFilter._call(PageContext pc,
Query qry,
UDF filter,
boolean parallel,
int maxThreads) |
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName,
UDF udf) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf) |
static Object |
QueryReduce.call(PageContext pc,
Query qry,
UDF udf) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
QueryReduce.call(PageContext pc,
Query qry,
UDF udf,
Object initValue) |
Modifier and Type | Method and Description |
---|---|
static Struct |
StructFilter._call(PageContext pc,
Struct sct,
UDF filter,
boolean parallel,
int maxThreads) |
static Struct |
StructMap.call(PageContext pc,
Struct sct,
UDF udf) |
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf) |
static Object |
StructReduce.call(PageContext pc,
Struct sct,
UDF udf) |
static boolean |
StructEvery.call(PageContext pc,
Struct sct,
UDF udf) |
static Struct |
StructFilter.call(PageContext pc,
Struct sct,
UDF udf) |
static boolean |
StructSome.call(PageContext pc,
Struct sct,
UDF udf) |
static Struct |
StructMap.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static boolean |
StructEvery.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static Struct |
StructFilter.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static boolean |
StructSome.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static Struct |
StructMap.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
StructEvery.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static Struct |
StructFilter.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
StructSome.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
StructReduce.call(PageContext pc,
Struct sct,
UDF udf,
Object initValue) |
Modifier and Type | Method and Description |
---|---|
static UDF |
CFFunction.loadUDF(PageContext pc,
String filename,
Collection.Key name,
boolean isweb) |
Constructor and Description |
---|
XMLEventParser(PageContext pc,
UDF startDocument,
UDF startElement,
UDF body,
UDF endElement,
UDF endDocument,
UDF error)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
UDF |
ClassicApplicationContext.getOnMissingTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
ClassicApplicationContext.setOnMissingTemplate(UDF onMissingTemplate) |
Modifier and Type | Method and Description |
---|---|
static UDF |
Caster.toFunction(Object o) |
static UDF |
Caster.toFunction(Object o,
UDF defaultValue) |
Modifier and Type | Method and Description |
---|---|
static UDF |
Caster.toFunction(Object o,
UDF defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentProxy.registerUDF(Collection.Key key,
UDF udf) |
void |
ComponentProxy.registerUDF(String key,
UDF udf) |
Modifier and Type | Method and Description |
---|---|
void |
ZipParam.setFilter(UDF filter) |
void |
Directory.setFilter(UDF filter) |
void |
Zip.setFilter(UDF filter) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentMethod |
interface |
UDFPlus |
interface |
UserDefinedFunction
Deprecated.
replaced with
UDF |
Modifier and Type | Class and Description |
---|---|
class |
BIF |
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 |
Modifier and Type | Method and Description |
---|---|
UDF |
UDFSetterProperty.duplicate() |
UDF |
UDFRemoveProperty.duplicate() |
UDF |
BIF.duplicate() |
UDF |
UDFGetterProperty.duplicate() |
UDF |
UDFHasProperty.duplicate() |
UDF |
UDFAddProperty.duplicate() |
UDF |
UDFImpl.duplicate() |
UDF |
UDF.duplicate() |
UDF |
UDFGSProperty.duplicate(boolean deep) |
UDF |
UDFImpl.duplicate(boolean deepCopy) |
UDF |
Closure.duplicate(ComponentImpl c) |
UDF |
UDFImpl.duplicate(ComponentImpl cfc) |
UDF |
ComponentMethod.getUserDefinedFunction() |
Modifier and Type | Method and Description |
---|---|
static boolean |
UDFImpl.equals(UDF left,
UDF right) |
Constructor and Description |
---|
UDFCustomType(UDF udf) |
Modifier and Type | Method and Description |
---|---|
void |
VariablesImpl.registerUDF(Collection.Key key,
UDF udf) |
void |
VariablesImpl.registerUDF(String key,
UDF udf) |
Modifier and Type | Class and Description |
---|---|
class |
TOUDF |
Modifier and Type | Method and Description |
---|---|
UDF |
TOUDF.duplicate() |
Modifier and Type | Method and Description |
---|---|
static DumpData |
UDFUtil.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
UDF udf,
short type) |
Copyright © 2015 Lucee