| 程序包 | 说明 |
|---|---|
| org.nutz.ioc |
Ioc 容器
提供 Nutz.Ioc 所有的功能,什么是 Ioc 都不知道?
|
| org.nutz.ioc.impl | |
| org.nutz.ioc.loader.xml | |
| org.nutz.ioc.meta | |
| org.nutz.ioc.val | |
| org.nutz.mvc.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static IocValue |
Iocs.convert(String value,
boolean dftRefer) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueProxy |
ValueProxyMaker.make(IocMaking ing,
IocValue iv)
如果返回的是 null,则表示当前的实现不能解释这个 IocValue,容器会调用下一个 ValueProxyMaker 来做解析
|
ValueProxy |
IocMaking.makeValue(IocValue iv) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueProxy |
DefaultValueProxyMaker.make(IocMaking ing,
IocValue iv) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected IocValue |
XmlIocLoader.parseX(Element element) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<IocValue> |
XmlIocLoader.paserCollection(Element element) |
| 限定符和类型 | 方法和说明 |
|---|---|
IocValue[] |
IocObject.getArgs() |
IocValue |
IocField.getValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IocObject.addArg(IocValue arg) |
void |
IocObject.copyArgys(IocValue[] args) |
void |
IocField.setValue(IocValue value) |
| 构造器和说明 |
|---|
ArrayValue(IocMaking ing,
IocValue[] array) |
| 构造器和说明 |
|---|
CollectionValue(IocMaking ing,
Collection<IocValue> col,
Class<? extends Collection<Object>> type) |
MapValue(IocMaking ing,
Map<String,IocValue> map,
Class<? extends Map<String,Object>> type) |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueProxy |
ServletValueProxyMaker.make(IocMaking ing,
IocValue iv) |
Copyright © 2017. All rights reserved.