| 程序包 | 说明 |
|---|---|
| org.nutz.aop.interceptor.async | |
| org.nutz.ioc.aop | |
| org.nutz.ioc.aop.config.impl | |
| org.nutz.ioc.aop.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AsyncAopIocLoader |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleAopMaker<T extends Annotation>
简化Aop扩展:
1.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractAopConfigration |
class |
AnnotationAopConfigration
通过扫描@Aop标注过的Method判断需要拦截哪些方法
|
class |
ComboAopConfigration
整合多种AopConfigration
|
class |
JsonAopConfigration
根据Json配置文件判断需要拦截哪些方法
|
class |
XmlAopConfigration
通过Xml配置文件判断需要拦截哪些方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ComboAopConfigration.setAopConfigrations(List<AopConfigration> aopConfigrations) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultMirrorFactory.setAopConfigration(AopConfigration aopConfigration) |
Copyright © 2017. All rights reserved.