| 接口 | 说明 |
|---|---|
| IController |
控制器 一个 Controller 通常拥有多个方法,每个方法负责处理一个 URL。
|
| MvcConstant |
| 类 | 说明 |
|---|---|
| Action |
A action = controller + methods
|
| ModelAndView |
数据实体转换到页面层的对象。
|
| MvcDispatcherBase | |
| MvcOutput |
灵活的、链式调用的输出响应内容
|
| MvcRequest |
通过 HttpServletRequestWrapper (装饰模式的应用)增强 HttpServletRequest的功能。
|
| RequestParam |
处理请求参数,多为静态的工具方法
|
| 注释类型 | 说明 |
|---|---|
| SubBean |
表单中的子实体,如 name=foo.bar 的
|
Copyright © 2013–2021 AJAXJS. All rights reserved.