|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.github.dactiv.showcase.web.foundation.audit.OperatingRecordController
@Controller @RequestMapping(value="/foundation/audit/operating-record") public class OperatingRecordController
操作记录管理Controller
| 构造方法摘要 | |
|---|---|
OperatingRecordController()
|
|
| 方法摘要 | |
|---|---|
String |
read(org.springframework.ui.Model model,
String id)
读取操作记录,返回foundation/audit/operating-record/read.html页面 |
String |
sendError(String id)
发送错误报告 |
Page<OperatingRecord> |
view(PageRequest pageRequest,
javax.servlet.http.HttpServletRequest request)
获取操作记录列表 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public OperatingRecordController()
| 方法详细信息 |
|---|
@RequestMapping(value="view")
public Page<OperatingRecord> view(PageRequest pageRequest,
javax.servlet.http.HttpServletRequest request)
pageRequest - 分页实体信息request - HttpServlet请求
Page
@RequestMapping(value="read")
public String read(org.springframework.ui.Model model,
@RequestParam(value="id")
String id)
id - 操作记录主键idmodel - Spring mvc的Model接口,主要是将model的属性返回到页面中
@ResponseBody
@RequestMapping(value="send-error")
public String sendError(@RequestParam(value="id")
String id)
id - 操作记录主键id
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||