Transfer version 1.1

transfer.com.dynamic
Class MethodInvoker

WEB-INF.cftags.component
        extended by transfer.com.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 resiult
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

invokeMethod

public any invokeMethod(any component, string methodName, [struct args='[runtime expression]'])
Invokes a method and returns its resiult

Parameters:
component - The component to invoke against
methodName - The name of the method
args - ArgumentCollection to pass in

Transfer version 1.1