|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.nutz.mvc.impl.UrlMappingImpl
public class UrlMappingImpl
构造方法摘要 | |
---|---|
UrlMappingImpl()
|
方法摘要 | |
---|---|
void |
add(ActionChainMaker maker,
ActionInfo ai,
NutConfig config)
增加一个映射 |
ActionInvoker |
get(ActionContext ac)
根据一个路径,获取一个动作链的调用者,并且,如果这个路径中包括统配符 '?' |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public UrlMappingImpl()
方法详细信息 |
---|
public void add(ActionChainMaker maker, ActionInfo ai, NutConfig config)
UrlMapping
复制的描述
UrlMapping
中的 add
maker
- 处理器工厂ai
- 处理器配置public ActionInvoker get(ActionContext ac)
UrlMapping
复制的描述
UrlMapping
中的 get
ac
- 上下文对象
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |