WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
This is the event handler base cfc.
Constructor Summary | |
---|---|
init(any controller)
The event handler controller. |
Method Summary | |
---|---|
any
|
_actionExists(any action)
Checks if an action is defined, either public or private. |
any
|
_privateInvoker(any method, [any argCollection])
calls private/packaged/public methods. |
Methods inherited from class WEB-INF.cftags.component |
---|
None |
Constructor Detail |
---|
The event handler controller
controller
- coldbox.system.web.ControllerMethod Detail |
---|
Checks if an action is defined, either public or private
action
- The action to search forcalls private/packaged/public methods. Used internally by coldbox to execute private events
method
- Name of the method to executeargCollection
- Can be called with an argument collection struct