ColdBox Platform v3.8.0

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
 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 coldbox.system.FrameworkSupertype
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getInterceptor, getMailService, getMailSettings, getMemento, getModel, getModuleSettings, getMyPlugin, getNewMail, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getValidationManager, getfwLocale, includeUDF, loadGlobalUDFLibraries, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists, validateModel
 
Methods inherited from class WEB-INF.cftags.component
None
 

Constructor Detail

init

public init(any controller)
The event handler controller

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

_actionExists

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

Parameters:
action - The action to search for

_privateInvoker

public any _privateInvoker(any method, [any 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 v3.8.0