Components

Component JavaProxy

No description/hint found

Functions

_buildArgumentArray
builds an argument array out of the arguments

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
arguments struct true the arguments passed through
_findMethod
finds the method that closest matches the signature

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
methodName string true the name of the method
methodArgs struct true the arguments to look for
_getArray
_getClass
_getClassInstance
_getClassMethod
_getMethodCollection
_getModifier
_getObjectClass
_hasClassInstance
if the proxy has an instance yet
_init
Constructor

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
class any true the java.lang.Class object this represents
_initMethodCollection
creates a method collection of all the methods that are available on the class (this may be cached externally later)
_resolveMethodByParams
resolves the method to use by the parameters provided

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
methodName string true the name of the method
decision array true the array of methods to decide from
methodArgs struct true the arguments to look for
_setArray

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
Array any true
_setClass

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
Class any true
_setClassInstance

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
ClassInstance any true
_setClassMethod

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
ClassMethod any true
_setMethodCollection

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
MethodCollection struct true
_setModifier

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
Modifier any true
_setObjectClass

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
ObjectClass any true
_setStaticFields
loops around all the fields and sets the static one to this scope
init
create an instance of this object
onMissingMethod
wires the coldfusion invocation to the Java Object

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
missingMethodName string true
missingMethodArguments struct true
throwException
Throws an Exception

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
type string true The type of exception
message string true The message to accompany the exception
detail string false The detail message for the exception