|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.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 |
---|
None
|
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)
filePath
public any throwit(any message, [any detail=''], [any type='Framework'])
message
detail
type
public any writeAspect(any genPath, any code)
genPath
code
|
ColdBox Platform v3.8.0 | ||||
FRAMES |