|
|
ColdBox Platform - WireBox Version 1.3.1
|
|
FRAMES
|
wirebox.system.aop
Interface
MethodInterceptor
WEB-INF.cftags.interface
wirebox.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: wirebox.system.aop.MethodInvocation
|
|
ColdBox Platform - WireBox Version 1.3.1
|
|
FRAMES
|