程序包 | 说明 |
---|---|
org.nutz.mvc |
基于注解的MVC
这个包很主要,啥都别说了,看文档吧。
|
org.nutz.mvc.impl |
限定符和类型 | 方法和说明 |
---|---|
ActionInvoker |
UrlMapping.get(ActionContext ac)
根据一个路径,获取一个动作链的调用者,并且,如果这个路径中包括统配符 '?'
|
限定符和类型 | 方法和说明 |
---|---|
void |
UrlMapping.add(String path,
ActionInvoker invoker) |
限定符和类型 | 字段和说明 |
---|---|
protected Map<String,ActionInvoker> |
UrlMappingImpl.map |
protected MappingNode<ActionInvoker> |
UrlMappingImpl.root |
限定符和类型 | 方法和说明 |
---|---|
ActionInvoker |
UrlMappingImpl.get(ActionContext ac) |
限定符和类型 | 方法和说明 |
---|---|
void |
UrlMappingImpl.add(String path,
ActionInvoker invoker) |
Copyright © 2017. All rights reserved.