|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.dynamic.MethodInvoker
public class MethodInvoker
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 |
|---|
public init()
| Method Detail |
|---|
public any invokeMethod(any component, string methodName, [struct args='[runtime expression]'])
component - The component to invoke againstmethodName - The name of the methodargs - ArgumentCollection to pass in
|
Transfer version 1.1 | ||||
| FRAMES | |||||