|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.mvc.FrameworkSupertype
coldbox.system.mvc.EventHandler
public class EventHandler
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************** Author : Luis Majano Description : Manage Event Handlers
Constructor Summary | |
---|---|
init(any controller)
Base Controller |
Method Summary | |
---|---|
any |
GETLOG()
|
any |
GETLOGBOX()
|
any |
GETWIREBOX()
|
void |
SETLOG(any log)
|
void |
SETLOGBOX(any logBox)
|
void |
SETWIREBOX(any wirebox)
|
any |
_actionExists(any action)
Action exists |
any |
_privateInvoker(any method, any argCollection)
_privateInvoker for private events |
Methods inherited from class coldbox.system.mvc.FrameworkSupertype |
---|
GETCONTROLLER, SETCONTROLLER, getModel, getSetting, getSettingStructure, populateModel, renderExternalView, renderLayout, renderView, runEvent, setNextEvent, setSetting, settingExists
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
controller
Method Detail |
---|
public any GETLOG()
public any GETLOGBOX()
public any GETWIREBOX()
public void SETLOG(any log)
log
public void SETLOGBOX(any logBox)
logBox
public void SETWIREBOX(any wirebox)
wirebox
public any _actionExists(any action)
action
public any _privateInvoker(any method, any argCollection)
method
argCollection
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |