coldbox.system.mvc

Class EventHandler

WEB-INF.cftags.component
        extended by coldbox.system.mvc.FrameworkSupertype
            extended by coldbox.system.mvc.EventHandler
Class Attributes:
  • accessors : true
  •  
  • serializable : false
  •  

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

    Property Summary
    type property default serializable required
    any log


    true false
    any logBox


    true false
    any wirebox


    true false
    Constructor Summary
    init(any controller)
          Base Controller.
    Method Summary
    any GETLOG()
    any GETLOGBOX()
    any GETWIREBOX()
    EventHandler SETLOG(any log)
    EventHandler SETLOGBOX(any logBox)
    EventHandler 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
    None

    Constructor Detail

    init

    public init(any controller)

    Base Controller

    Parameters:
    controller

    Property Detail

    log

    property any log

    Attributes:
    serializable - true
    required - false

    logBox

    property any logBox

    Attributes:
    serializable - true
    required - false

    wirebox

    property any wirebox

    Attributes:
    serializable - true
    required - false

    Method Detail

    GETLOG

    public any GETLOG()


    GETLOGBOX

    public any GETLOGBOX()


    GETWIREBOX

    public any GETWIREBOX()


    SETLOG

    public EventHandler SETLOG(any log)

    Parameters:
    log

    SETLOGBOX

    public EventHandler SETLOGBOX(any logBox)

    Parameters:
    logBox

    SETWIREBOX

    public EventHandler 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