|
ColdBox Platform - WireBox Version 1.3.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
wirebox.system.aop.MixerUtil
public class MixerUtil
I am an AOP mixer utility method
| Constructor Summary | |
|---|---|
init()
Constructor |
|
| Method Summary | |
|---|---|
any |
$wbAOPInclude(any templatePath)
Mix in a template on an injected target |
any |
$wbAOPInvokeProxy(any method, any args)
Invoke a mixed in proxy method |
any |
$wbAOPRemove(any methodName)
Remove a method from this target mixin |
any |
$wbAOPStoreJointPoint(any jointpoint, any interceptors)
Store JointPoint information |
any |
removeAspect(any filePath)
Remove an aspect from disk |
any |
throwit(any message, [any detail=''], [any type='Framework'])
Facade for cfthrow |
any |
writeAspect(any genPath, any code)
Write an aspect to disk |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public any $wbAOPInclude(any templatePath)
templatePath - The template to mix inpublic any $wbAOPInvokeProxy(any method, any args)
method - The method to proxy executeargs - The method args to proxy executepublic any $wbAOPRemove(any methodName)
methodName - The method to poof away!public any $wbAOPStoreJointPoint(any jointpoint, any interceptors)
jointpoint - The jointpoint to proxyinterceptors - The jointpoint interceptorspublic any removeAspect(any filePath)
filePathpublic any throwit(any message, [any detail=''], [any type='Framework'])
messagedetailtypepublic any writeAspect(any genPath, any code)
genPathcode
|
ColdBox Platform - WireBox Version 1.3.0 | ||||
| FRAMES | |||||