|
ColdBox Platform Version 3.7.0
|
FRAMES
|
coldbox.system.aop
Interface
MethodInterceptor
WEB-INF.cftags.interface
coldbox.system.aop.MethodInterceptor
- All Known Implementing Classes:
-
CFTransaction , HibernateTransaction , MethodLogger
-
public interface MethodInterceptor
- extends WEB-INF.cftags.interface
Our AOP Method Interceptor Interface
Methods inherited from class WEB-INF.cftags.interface |
|
invokeMethod
public any invokeMethod(any<MethodInvocation> invocation)
-
Invoke an AOP method invocation
- Parameters:
invocation
- The method invocation object: coldbox.system.aop.MethodInvocation
|
ColdBox Platform Version 3.7.0
|
FRAMES
|