ColdBox Platform Version 2.6.3

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 _privateInvoker(string method, [struct argCollection], [string argList])
          calls private/packaged/public methods. Used internally by coldbox to execute private events
 
Methods inherited from class coldbox.system.frameworkSupertype
abort, announceInterception, dump, getColdboxOCM, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getcontroller, getfwLocale, htmlhead, include, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, rethrowit, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setcontroller, settingExists, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(any controller)

Method Detail

_privateInvoker

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

Parameters:
method - Name of the method to call
argCollection - Can be called with an argument collection struct
argList - Can be called with an argument list, for simple values only: ex: 'plugin=logger,number=1'

ColdBox Platform Version 2.6.3