|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface AopConfigration
配置Aop的通用接口
字段摘要 | |
---|---|
static java.lang.String |
IOCNAME
本对象在Ioc中的名字 |
方法摘要 | |
---|---|
java.util.List<InterceptorPair> |
getInterceptorPairList(Ioc ioc,
java.lang.Class<?> clazz)
获取需要method与拦截器的对应关系,建议不要返回null |
字段详细信息 |
---|
static final java.lang.String IOCNAME
方法详细信息 |
---|
java.util.List<InterceptorPair> getInterceptorPairList(Ioc ioc, java.lang.Class<?> clazz)
ioc
- 如果拦截器来自ioc容器,则需要提供这个参数clazz
- 需要拦截的类
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |