ColdBox Platform Version 3.7.0

coldbox.system.orm.reactor
Class ReactorLoader

WEB-INF.cftags.component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.Interceptor
                extended by coldbox.system.orm.reactor.ReactorLoader

public class ReactorLoader
extends Interceptor

Creates Reactor and caches it within ColdBox


Method Summary
 void Configure()
          This is the configuration method for your interceptors
 void afterConfigurationLoad(any event, struct interceptData)
          Load Reactor after configuration has loaded
 
Methods inherited from class coldbox.system.Interceptor
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperties, getProperty, init, propertyExists, setProperties, setProperty, unregister
 
Methods inherited from class coldbox.system.FrameworkSupertype
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getInterceptor, getMailService, getMailSettings, getMemento, getModel, getModuleSettings, getMyPlugin, getNewMail, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getValidationManager, getfwLocale, includeUDF, loadGlobalUDFLibraries, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists, validateModel
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

Configure

public void Configure()
This is the configuration method for your interceptors

Overrides:
Configure in class Interceptor

afterConfigurationLoad

public void afterConfigurationLoad(any event, struct interceptData)
Load Reactor after configuration has loaded

Parameters:
event - The event object: coldbox.system.web.context.RequestContext
interceptData - A structure containing intercepted information. NONE BY DEFAULT HERE

ColdBox Platform Version 3.7.0