程序包 network.nerve.core.core.inteceptor.base
-
接口概要 接口 说明 BeanMethodInterceptor<T> 系统对象管理器中使用的拦截器接口,想要拦截某些方法时,需要定义自己的拦截器,实现该接口 The interceptor interface used in the system object manager, when you want to intercept some methods, you need to define your own interceptor to implement the interface. -
类概要 类 说明 BeanMethodInterceptorChain 方法拦截器链:一个方法可以被多个拦截器拦截,多个拦截器之间顺序的组成了一条拦截器链,没个拦截器可以决定是否继续执行后面拦截器 Method the interceptor chain: one method can be more interceptors to intercept, between multiple interceptors sequence formed a chain of interceptors, behind each blocker can decide whether to continue the interceptorBeanMethodInterceptorManager 拦截器管理器 Interceptor manager.MultipleBeanMethodInterceptorChain 多重拦截器链:只当一个方法存在多条连接器链时使用,该链每次执行一个方法前初始化、组装 Multiple interceptors chain.Only when one method has multiple connector chains, The chain is initialized and assembled every time a method is executed.