| 程序包 | 说明 |
|---|---|
| cn.vonce.common.base | |
| cn.vonce.common.bean |
| 限定符和类型 | 方法和说明 |
|---|---|
RS |
BaseController.badHint(String msg)
坏的请求
|
RS |
BaseController.customHint(RS rs)
返回自定义状态及数据
|
RS |
BaseController.errorHint(String msg)
服务器内部错误
|
RS |
BaseController.othersHint(String msg)
返回逻辑错误或非异常的错误状态
|
RS |
BaseController.parameterHint(String msg)
返回参数验证未通过或其他验证未通过状态
|
RS |
BaseController.parameterHint(String msg,
Object data)
返回参数验证未通过或其他验证未通过状态
|
RS |
BaseController.successHint(String msg)
返回成功状态
|
RS |
BaseController.successHint(String msg,
Object data)
返回成功状态及数据
|
RS |
BaseController.unAuthorizedHint(String msg)
非法请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
RS |
BaseController.customHint(RS rs)
返回自定义状态及数据
|
void |
BaseController.customHintJSONP(RS rs)
返回自定义状态及数据(可返回JSONP)
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PagingRS
用于返回分页数据结果集(Result Set)
|
Copyright © 2020. All rights reserved.