程序包 | 说明 |
---|---|
org.nutz.ioc.aop | |
org.nutz.ioc.aop.config | |
org.nutz.ioc.aop.config.impl |
限定符和类型 | 方法和说明 |
---|---|
List<InterceptorPair> |
SimpleAopMaker.getInterceptorPairList(Ioc ioc,
Class<?> klass) |
限定符和类型 | 方法和说明 |
---|---|
List<InterceptorPair> |
AopConfigration.getInterceptorPairList(Ioc ioc,
Class<?> clazz)
获取需要method与拦截器的对应关系,建议不要返回null
|
限定符和类型 | 方法和说明 |
---|---|
List<InterceptorPair> |
ComboAopConfigration.getInterceptorPairList(Ioc ioc,
Class<?> clazz) |
List<InterceptorPair> |
AbstractAopConfigration.getInterceptorPairList(Ioc ioc,
Class<?> clazz) |
Copyright © 2017. All rights reserved.