ColdBox Platform v3.8.0

coldbox.system.orm.transfer
Class TransferLoader

WEB-INF.cftags.component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.Interceptor
                extended by coldbox.system.orm.transfer.TransferLoader

public class TransferLoader
extends Interceptor

Creates Transfer and caches it within ColdBox

Method Summary
 void Configure()
          This is the configuration method for your interceptors
 void afterConfigurationLoad(any event, struct interceptData)
          Load Transfer 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
None
 

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 Transfer 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 v3.8.0