coldbox.system

Class EventHandler

railo-context.Component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.EventHandler
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
  • serializable : false
  •  

    Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp * www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************** * Base class for all event handlers * @author Luis Majano

    Property Summary
    type property default serializable required
    any cachebox


    true false
    any controller


    true false
    any flash


    true false
    any log


    true false
    any logBox


    true false
    any wirebox


    true false
    Constructor Summary
    init(any controller)
          Constructor.
    Method Summary
    boolean _actionExists(any action)
         Action exists.
    any _privateInvoker(any method, any argCollection)
         _privateInvoker for private events.
    string getCachebox()
    string getFlash()
    string getLog()
    string getLogBox()
    string getWirebox()
    any setCachebox(any cachebox)
    any setFlash(any flash)
    any setLog(any log)
    any setLogBox(any logBox)
    any setWirebox(any wirebox)
     
    Methods inherited from class coldbox.system.FrameworkSupertype
    addAsset, announceInterception, getCache, getController, getDatasource, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists
     
    Methods inherited from class railo-context.Component
    None

    Constructor Detail

    init

    public init(any controller)

    Constructor * @controller.hint The ColdBox controller * * @return EventHandler

    Parameters:
    controller -

    Property Detail

    cachebox

    property any cachebox

    Attributes:
    required - false
    serializable - true

    controller

    property any controller

    Attributes:
    required - false
    serializable - true

    flash

    property any flash

    Attributes:
    required - false
    serializable - true

    log

    property any log

    Attributes:
    required - false
    serializable - true

    logBox

    property any logBox

    Attributes:
    required - false
    serializable - true

    wirebox

    property any wirebox

    Attributes:
    required - false
    serializable - true

    Method Detail

    _actionExists

    public boolean _actionExists(any action)

    Action exists * @action.hint The action to verify that it exists

    Parameters:
    action -

    _privateInvoker

    public any _privateInvoker(any method, any argCollection)

    _privateInvoker for private events * @method.hint The method to execute * @argCollection.hint The arguments to execute the method with.

    Parameters:
    method -
    argCollection -

    getCachebox

    public string getCachebox()


    getFlash

    public string getFlash()


    getLog

    public string getLog()


    getLogBox

    public string getLogBox()


    getWirebox

    public string getWirebox()


    setCachebox

    public any setCachebox(any cachebox)

    Parameters:
    cachebox -

    setFlash

    public any setFlash(any flash)

    Parameters:
    flash -

    setLog

    public any setLog(any log)

    Parameters:
    log -

    setLogBox

    public any setLogBox(any logBox)

    Parameters:
    logBox -

    setWirebox

    public any setWirebox(any wirebox)

    Parameters:
    wirebox -