Package | Description |
---|---|
org.nutz.aop.interceptor.ioc |
方便加载Aop声明式事务的Ioc集成类集合
|
org.nutz.ioc |
Ioc 容器
|
org.nutz.ioc.aop | |
org.nutz.ioc.loader.annotation | |
org.nutz.ioc.loader.combo | |
org.nutz.ioc.loader.map | |
org.nutz.ioc.loader.properties | |
org.nutz.ioc.loader.xml |
Modifier and Type | Method and Description |
---|---|
IocObject |
TransIocLoader.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
IocObject |
IocLoader.load(IocLoading loading,
String name)
每次这个函数被调用,则要构造一个新的 IocObject
|
IocObject |
IocLoading.map2iobj(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
IocObject |
SimpleAopMaker.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
IocObject |
AnnotationIocLoader.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
IocObject |
ComboIocLoader.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
IocObject |
MapLoader.load(IocLoading loading,
String name)
|
Modifier and Type | Method and Description |
---|---|
IocObject |
PropertiesIocLoader.load(IocLoading loading,
String name) |
Modifier and Type | Method and Description |
---|---|
IocObject |
XmlIocLoader.load(IocLoading loading,
String name) |
Copyright © 2017. All rights reserved.