|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.FrameworkSupertype
coldbox.system.Interceptor
coldbox.system.interceptors.Autowire
public class Autowire
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 WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void afterAspectsLoad(any event, any interceptData)
event - The event object.interceptData - interceptData of intercepted info.public void afterHandlerCreation(any event, any interceptData)
event - The event object.interceptData - A structure containing intercepted data = [handlerPath (The path of the handler), oHandler (The actual handler object)]public void afterPluginCreation(any event, any interceptData)
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)]public void configure()
public void processAutowire(any target)
target - The target object to autowire
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||