ColdBox Platform v3.8.0

coldbox.system.aop
Interface MethodInterceptor

WEB-INF.cftags.interface
        extended by coldbox.system.aop.MethodInterceptor
All Known Implementing Classes:
CFTransaction , HibernateTransaction , MethodLogger

public interface MethodInterceptor
extends WEB-INF.cftags.interface

Our AOP Method Interceptor Interface

Method Summary
 any invokeMethod(any<MethodInvocation> invocation)
          Invoke an AOP method invocation
 
Methods inherited from class WEB-INF.cftags.interface
None
 

Method Detail

invokeMethod

public any invokeMethod(any<MethodInvocation> invocation)
Invoke an AOP method invocation

Parameters:
invocation - The method invocation object: coldbox.system.aop.MethodInvocation

ColdBox Platform v3.8.0