ColdBox Platform Version 2.6.4

coldbox.system.interceptors
Class Autowire

WEB-INF.cftags.component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.Interceptor
                extended by coldbox.system.interceptors.Autowire

public class Autowire
extends Interceptor

This is an autowire interceptor


Method Summary
 void afterAspectsLoad(any event, any interceptData)
 void afterHandlerCreation(any event, any interceptData)
 void afterPluginCreation(any event, any interceptData)
 void configure()
 void processAutowire(any target)
          Process autowiring using a targetype and data
 
Methods inherited from class coldbox.system.Interceptor
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, propertyExists, setProperty, setproperties, unregister
 
Methods inherited from class coldbox.system.FrameworkSupertype
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getModuleSettings, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getfwLocale, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

afterAspectsLoad

public void afterAspectsLoad(any event, any interceptData)

Parameters:
event - The event object.
interceptData - interceptData of intercepted info.

afterHandlerCreation

public void afterHandlerCreation(any event, any interceptData)

Parameters:
event - The event object.
interceptData - A structure containing intercepted data = [handlerPath (The path of the handler), oHandler (The actual handler object)]

afterPluginCreation

public void afterPluginCreation(any event, any interceptData)

Parameters:
event - The event object.
interceptData - A structure containing intercepted data = [pluginPath (The path of the plugin), custom (Flag if the plugin is custom or not), oPlugin (The actual plugin object)]

configure

public void configure()


processAutowire

public void processAutowire(any target)
Process autowiring using a targetype and data.

Parameters:
target - The target object to autowire

ColdBox Platform Version 2.6.4