程序包 | 说明 |
---|---|
org.nutz.mvc |
基于注解的MVC
这个包很主要,啥都别说了,看文档吧。
|
org.nutz.mvc.impl |
限定符和类型 | 方法和说明 |
---|---|
ActionChain |
ActionChainMaker.eval(NutConfig config,
ActionInfo ai)
根据配置信息,生成一个动作链
|
限定符和类型 | 类和说明 |
---|---|
class |
NutActionChain |
限定符和类型 | 方法和说明 |
---|---|
ActionChain |
NutActionChainMaker.eval(NutConfig config,
ActionInfo ai) |
ActionChain |
ActionInvoker.getActionChain(ActionContext ac) |
限定符和类型 | 方法和说明 |
---|---|
void |
ActionInvoker.addChain(String httpMethod,
ActionChain chain)
增加 ActionChain
|
void |
ActionInvoker.setDefaultChain(ActionChain defaultChain) |
Copyright © 2017. All rights reserved.