ColdBox Platform Version 2.6.3

coldbox.system.extras.transfer
Class TransferLoader

WEB-INF.cftags.component
        extended by coldbox.system.frameworkSupertype
            extended by coldbox.system.interceptor
                extended by coldbox.system.extras.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(requestContext event, struct interceptData)
          Load Transfer after configuration has loaded
 
Methods inherited from class coldbox.system.interceptor
afterAspectsLoad, afterCacheElementInsert, afterCacheElementRemoved, afterHandlerCreation, afterPluginCreation, appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, onException, postEvent, postProcess, postRender, preEvent, preProcess, preRender, propertyExists, sessionEnd, sessionStart, setProperty, setproperties, unregister
 
Methods inherited from class coldbox.system.frameworkSupertype
abort, announceInterception, dump, getColdboxOCM, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getcontroller, getfwLocale, htmlhead, include, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, rethrowit, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setcontroller, settingExists, throw
 
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(requestContext event, struct interceptData)
Load Transfer after configuration has loaded

Overrides:
afterConfigurationLoad in class interceptor
Parameters:
event - The event object.
interceptData - A structure containing intercepted information. NONE BY DEFAULT HERE

ColdBox Platform Version 2.6.3