ColdBox Platform Version 2.6.4

coldbox.system
Class EventHandler

WEB-INF.cftags.component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.EventHandler

public class EventHandler
extends FrameworkSupertype

This is the event handler base cfc.


Constructor Summary
init(any controller)
          The event handler controller
 
Method Summary
 boolean _actionExists(string action)
          Checks if an action is defined, either public or private
 any _privateInvoker(string method, [struct argCollection])
          calls private/packaged/public methods
 
Methods inherited from class coldbox.system.FrameworkSupertype
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getModuleSettings, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getfwLocale, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(any controller)
The event handler controller

Parameters:
controller - coldbox.system.web.Controller
Method Detail

_actionExists

public boolean _actionExists(string action)
Checks if an action is defined, either public or private

Parameters:
action - The action to search for

_privateInvoker

public any _privateInvoker(string method, [struct argCollection])
calls private/packaged/public methods. Used internally by coldbox to execute private events

Parameters:
method - Name of the method to execute
argCollection - Can be called with an argument collection struct

ColdBox Platform Version 2.6.4