- 所有已实现的接口:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class RunBinderInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
业务拦截器,主要拦截异常及错误信息,最好配合RunBinderOnMvcDestroyInterceptor使用防止内存溢出
Created by liyd on 4/9/14.