|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.frameworkSupertype
coldbox.system.interceptor
coldbox.system.interceptors.autowire
public class autowire
This is an autowire interceptor
Method Summary | |
---|---|
void |
Configure()
This is the configuration method for your interceptors |
void |
afterAspectsLoad(requestContext event, struct interceptData)
|
void |
afterHandlerCreation(requestContext event, struct interceptData)
|
void |
afterPluginCreation(requestContext event, struct interceptData)
|
void |
processAutowire(requestContext event, struct interceptData, string targetType)
Process autowiring using a targetype and data. |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public void Configure()
Configure
in class
interceptor
public void afterAspectsLoad(requestContext event, struct interceptData)
afterAspectsLoad
in class
interceptor
event
- The event object.interceptData
- interceptData of intercepted info.public void afterHandlerCreation(requestContext event, struct interceptData)
afterHandlerCreation
in class
interceptor
event
- The event object.interceptData
- A structure containing intercepted data = [handlerPath (The path of the handler), oHandler (The actual handler object)]public void afterPluginCreation(requestContext event, struct interceptData)
afterPluginCreation
in class
interceptor
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 processAutowire(requestContext event, struct interceptData, string targetType)
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)]targetType
- Either plugin or handler or interceptor
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |