Uses of Interface
railo.runtime.type.UDF

Packages that use UDF
railo.commons.io.res.util   
railo.intergral.fusiondebug.server.type.coll   
railo.runtime   
railo.runtime.config   
railo.runtime.exp   
railo.runtime.functions.system   
railo.runtime.helpers   
railo.runtime.op   
railo.runtime.query   
railo.runtime.tag   
railo.runtime.type   
railo.runtime.type.scope   
railo.runtime.type.trace   
railo.runtime.type.util   
 

Uses of UDF in railo.commons.io.res.util
 

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()
           
 

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 InterfaceImpl.registerUDF(Collection.Key key, UDF udf)
           
 void ComponentImpl.registerUDF(Collection.Key key, UDF udf)
           
 void InterfaceImpl.registerUDF(String key, UDF udf)
           
 void ComponentImpl.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.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.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.op
 

Methods in railo.runtime.op that return UDF
static UDF Caster.toUDF(Object o)
           
 

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)
           
static ResourceAndResourceNameFilter Directory.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 UserDefinedFunction
          Deprecated. replaced with UDF
 

Classes in railo.runtime.type that implement UDF
 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 UDFImpl.duplicate(ComponentImpl c)
           
 UDF ComponentMethod.getUserDefinedFunction()
           
 

Methods in railo.runtime.type with parameters of type UDF
static DumpData UDFImpl.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, 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
 

Constructors in railo.runtime.type.util with parameters of type UDF
UDFDefaultValue(UDF udf, int index)
          Deprecated. Constructor of the class
 



Copyright © 2012 Railo