| Package | Description |
|---|---|
| org.nutz.mvc |
基于注解的MVC
|
| org.nutz.mvc.impl |
| Modifier and Type | Method and Description |
|---|---|
ActionInvoker |
UrlMapping.get(ActionContext ac)
根据一个路径,获取一个动作链的调用者,并且,如果这个路径中包括统配符 '?' 或者 '*'
需要为上下文对象设置好路径参数 |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlMapping.add(String path,
ActionInvoker invoker) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ActionInvoker> |
UrlMappingImpl.map |
protected MappingNode<ActionInvoker> |
UrlMappingImpl.root |
| Modifier and Type | Method and Description |
|---|---|
ActionInvoker |
UrlMappingImpl.get(ActionContext ac) |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlMappingImpl.add(String path,
ActionInvoker invoker) |
Copyright © 2017. All rights reserved.