ColdBox Platform Version 3.7.0

coldbox.system.mvc
Class EventHandler

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

public class EventHandler
extends FrameworkSupertype

******************************************************************************* 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

init

public init(any controller)
Base Controller

Parameters:
controller
Method Detail

GETLOG

public any GETLOG()


GETLOGBOX

public any GETLOGBOX()


GETWIREBOX

public any GETWIREBOX()


SETLOG

public void SETLOG(any log)

Parameters:
log

SETLOGBOX

public void SETLOGBOX(any logBox)

Parameters:
logBox

SETWIREBOX

public void SETWIREBOX(any wirebox)

Parameters:
wirebox

_actionExists

public any _actionExists(any action)
Action exists

Parameters:
action

_privateInvoker

public any _privateInvoker(any method, any argCollection)
_privateInvoker for private events

Parameters:
method
argCollection

ColdBox Platform Version 3.7.0