ebox.system.core.dynamic.concurrent.Callable interface">
|
|
ColdBox Platform - CacheBox
Callable
FRAMES
|
cachebox.system.core.dynamic
Class
MethodInvoker
WEB-INF.cftags.component
cachebox.system.core.dynamic.MethodInvoker
-
public class MethodInvoker
- extends WEB-INF.cftags.component
Dynamic invokes a method on a CFC by its name
|
Constructor Summary |
init()
Constructor
|
|
Method Summary |
any |
invokeMethod(any component, string methodName, [struct args='[runtime expression]'])
Invokes a method and returns its result
|
| Methods inherited from class WEB-INF.cftags.component |
|
init
public init()
-
Constructor
invokeMethod
public any invokeMethod(any component, string methodName, [struct args='[runtime expression]'])
-
Invokes a method and returns its result. If no results, then it returns null
- Parameters:
component - The component to invoke against
methodName - The name of the method
args - Argument Collection to pass in
|
|
ColdBox Platform - CacheBox Version 1.1
|
|
FRAMES
|