box.system.core.dynamic.concurrent.Callable interface">
ColdBox Platform - WireBox Version 1.0.0

wirebox.system.core.dynamic
Class MethodInvoker

WEB-INF.cftags.component
        extended by wirebox.system.core.dynamic.MethodInvoker

public class MethodInvoker
extends WEB-INF.cftags.component

This object invokes methods on target CFCs


Constructor Summary
init()
          Constructor
 
Method Summary
 any invokeMethod(any component, any methodName, [any args='[runtime expression]'])
          Invokes a method and returns its result
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

invokeMethod

public any invokeMethod(any component, any methodName, [any 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 to invoke
args - Argument Collection to pass in to execution

ColdBox Platform - WireBox Version 1.0.0