Package | Description |
---|---|
org.nutz.mvc |
基于注解的MVC
|
org.nutz.mvc.impl | |
org.nutz.mvc.impl.reqmatcher |
Modifier and Type | Method and Description |
---|---|
ActionChain |
ActionChainMaker.eval(NutConfig config,
ActionInfo ai)
根据配置信息,生成一个动作链
|
ActionChain |
RequestMatcher.match(ActionContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
RequestMatcher.add(String path,
ActionInfo ai,
ActionChain chain) |
Modifier and Type | Class and Description |
---|---|
class |
NutActionChain |
Modifier and Type | Method and Description |
---|---|
ActionChain |
NutActionChainMaker.eval(NutConfig config,
ActionInfo ai) |
ActionChain |
ActionInvoker.getActionChain(ActionContext ac) |
Modifier and Type | Method and Description |
---|---|
void |
ActionInvoker.add(String path,
ActionInfo ai,
ActionChain chain) |
void |
ActionInvoker.addChain(String httpMethod,
ActionChain chain) |
void |
ActionInvoker.setDefaultChain(ActionChain defaultChain) |
Modifier and Type | Field and Description |
---|---|
protected ActionChain |
DefaultRequestMatcher.defaultChain |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ActionChain> |
DefaultRequestMatcher.chainMap |
Modifier and Type | Method and Description |
---|---|
ActionChain |
ApiVersionRequestMatcher.match(ActionContext ctx) |
ActionChain |
DefaultRequestMatcher.match(ActionContext ac) |
Modifier and Type | Method and Description |
---|---|
void |
ApiVersionRequestMatcher.add(String path,
ActionInfo ai,
ActionChain chain) |
void |
DefaultRequestMatcher.add(String path,
ActionInfo ai,
ActionChain chain) |
void |
DefaultRequestMatcher.addChain(String httpMethod,
ActionChain chain) |
void |
DefaultRequestMatcher.setDefaultChain(ActionChain defaultChain) |
Copyright © 2020. All rights reserved.