| 类 | 说明 |
|---|---|
| ActionInvoker |
根据 HTTP 请求的方法 (GET|POST|PUT|DELETE) 来调用响应的动作链
|
| AdaptorErrorContext |
当这个类作为参数声明在入口方法时,当适配器产生错误时,将注入到你的方法中
这是很普通的类,但,请发挥你的创造力,这可是一个扩展点啊!
|
| JsonRPC |
JSON-RPC 简单封装
@At@Ok("json")public NutMap jsonrpc(Reader r){return JsonRPC.invoke(this);} |
| Loadings | |
| MappingNode<T> | |
| NutActionChain | |
| NutActionChainMaker | |
| NutLoading | |
| NutMessageLoader | |
| NutMessageMap | |
| ServletValueProxyMaker | |
| UrlMappingImpl |