public interface AopConfigration
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorPair> |
getInterceptorPairList(Ioc ioc,
Class<?> clazz)
获取需要method与拦截器的对应关系,建议不要返回null
|
static final String IOCNAME
List<InterceptorPair> getInterceptorPairList(Ioc ioc, Class<?> clazz)
ioc - 如果拦截器来自ioc容器,则需要提供这个参数clazz - 需要拦截的类Copyright © 2017. All rights reserved.