跳过导航链接
A B C D E F G H J L O P R S T U 

A

Api - org.huiche.web.api中的接口
基础Api控制器,用于封装返回数据为BaseResult

B

BaseApi - org.huiche.web.api中的类
 
BaseApi() - 类 的构造器org.huiche.web.api.BaseApi
 
BaseCrudApi<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api中的类
简单Restful风格增删改查控制器(非严格遵循规范,可自行根据业务实现编写 BaseController)
BaseCrudApi() - 类 的构造器org.huiche.web.api.BaseCrudApi
 
BaseCrudMultiPageApi<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api中的类
简单Restful风格增删改查,批量删除分页接口 控制器
BaseCrudMultiPageApi() - 类 的构造器org.huiche.web.api.BaseCrudMultiPageApi
 
BaseCrudPageApi<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api中的类
简单Restful风格增删改查分页接口 控制器
BaseCrudPageApi() - 类 的构造器org.huiche.web.api.BaseCrudPageApi
 
BaseResult<T> - org.huiche.web.response中的类
默认全局返回结果类
BaseResult(String) - 类 的构造器org.huiche.web.response.BaseResult
 
BaseResult() - 类 的构造器org.huiche.web.response.BaseResult
 

C

Create<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 新增/创建 接口
create(T) - 接口 中的方法org.huiche.web.api.method.Create
新增
css(String) - 类 中的静态方法org.huiche.web.response.SimpleView
 

D

Del<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 删除一条数据
del(Long) - 接口 中的方法org.huiche.web.api.method.Del
删除一条数据
DelMulti<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 删除多条数据
delMulti(String) - 接口 中的方法org.huiche.web.api.method.DelMulti
批量删除数据
download(HttpServletResponse, File, String) - 类 中的静态方法org.huiche.web.util.ResponseUtil
 

E

error(Exception, HttpServletResponse, boolean) - 类 中的静态方法org.huiche.web.util.ResponseUtil
 
ErrorVO - org.huiche.web中的类
 
ErrorVO() - 类 的构造器org.huiche.web.ErrorVO
 

F

fail() - 类 中的静态方法org.huiche.web.util.ResultUtil
失败
fail(String) - 类 中的静态方法org.huiche.web.util.ResultUtil
失败
fail(BaseError) - 类 中的静态方法org.huiche.web.util.ResultUtil
失败
fail(HuiCheException) - 类 中的静态方法org.huiche.web.util.ResultUtil
失败
fail(int, String) - 类 中的静态方法org.huiche.web.util.ResultUtil
失败
fail(BaseError, String) - 类 中的静态方法org.huiche.web.util.ResultUtil
失败
forward(String) - 类 中的静态方法org.huiche.web.response.SimpleView
 

G

Get<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 获取单条数据
get(Long) - 接口 中的方法org.huiche.web.api.method.Get
获取单条数据
getCode() - 类 中的方法org.huiche.web.response.BaseResult
 
getContentType() - 类 中的方法org.huiche.web.response.SimpleView
 
getData() - 类 中的方法org.huiche.web.response.BaseResult
 
getErrCode() - 类 中的方法org.huiche.web.ErrorVO
 
getErrMsg() - 类 中的方法org.huiche.web.ErrorVO
 
getIp(HttpServletRequest) - 类 中的静态方法org.huiche.web.util.RequestUtil
获取真实的IP地址
GetList<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 获取数据集合
getMsg() - 类 中的方法org.huiche.web.response.BaseResult
 
getRequestUrl(HttpServletRequest) - 类 中的静态方法org.huiche.web.util.RequestUtil
获取app运行的url

H

handleException(Exception, HttpServletResponse) - 类 中的方法org.huiche.web.api.BaseApi
 
html(String) - 类 中的静态方法org.huiche.web.response.SimpleView
 
httpServletRequest - 类 中的变量org.huiche.web.api.BaseApi
 
httpServletResponse - 类 中的变量org.huiche.web.api.BaseApi
 

J

js(String) - 类 中的静态方法org.huiche.web.response.SimpleView
 
json(String) - 类 中的静态方法org.huiche.web.response.SimpleView
 

L

list(T) - 接口 中的方法org.huiche.web.api.method.GetList
获取数据集合

O

of(BaseError) - 类 中的静态方法org.huiche.web.response.BaseResult
 
ok(J) - 接口 中的方法org.huiche.web.api.Api
成功
ok() - 接口 中的方法org.huiche.web.api.Api
成功(无数据)
ok() - 类 中的静态方法org.huiche.web.util.ResultUtil
成功
ok(T) - 类 中的静态方法org.huiche.web.util.ResultUtil
成功
org.huiche.web - 程序包 org.huiche.web
内置web支持包
org.huiche.web.api - 程序包 org.huiche.web.api
restful风格的控制器包
org.huiche.web.api.method - 程序包 org.huiche.web.api.method
restful风格的基本增删改查操作包
org.huiche.web.response - 程序包 org.huiche.web.response
响应处理包
org.huiche.web.util - 程序包 org.huiche.web.util
请求和响应的工具类包

P

Page<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 分页获取数据
page(PageRequest, T) - 接口 中的方法org.huiche.web.api.method.Page
分页获取数据

R

redirect(String) - 类 中的静态方法org.huiche.web.response.SimpleView
 
render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.huiche.web.response.SimpleView
 
RequestUtil - org.huiche.web.util中的类
请求工具类,提供获取IP等方法
RequestUtil() - 类 的构造器org.huiche.web.util.RequestUtil
 
respCss(HttpServletResponse, String) - 类 中的静态方法org.huiche.web.util.ResponseUtil
 
respJs(HttpServletResponse, String) - 类 中的静态方法org.huiche.web.util.ResponseUtil
 
respJson(HttpServletResponse, String) - 类 中的静态方法org.huiche.web.util.ResponseUtil
 
ResponseUtil - org.huiche.web.util中的类
响应工具类,提供响应JSON,JS,CSS等方法
ResponseUtil() - 类 的构造器org.huiche.web.util.ResponseUtil
 
respStr(HttpServletResponse, String, String) - 类 中的静态方法org.huiche.web.util.ResponseUtil
 
ResultUtil - org.huiche.web.util中的类
响应返回数据结果工具,用于封装数据为BaseResult
ResultUtil() - 类 的构造器org.huiche.web.util.ResultUtil
 

S

Save<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 新增或更新,传入id更新,不传入新增
save(T) - 接口 中的方法org.huiche.web.api.method.Save
新增或更新,传入id更新,不传入新增
service() - 接口 中的方法org.huiche.web.ServiceProvider
提供service
ServiceProvider<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web中的接口
Service提供者,用于基础Crud控制器
setCode(Integer) - 类 中的方法org.huiche.web.response.BaseResult
 
setData(T) - 类 中的方法org.huiche.web.response.BaseResult
 
setErrCode(Integer) - 类 中的方法org.huiche.web.ErrorVO
 
setErrMsg(String) - 类 中的方法org.huiche.web.ErrorVO
 
setMsg(String) - 类 中的方法org.huiche.web.response.BaseResult
 
SimpleView - org.huiche.web.response中的类
简单的常用视图
SimpleView(String, String) - 类 的构造器org.huiche.web.response.SimpleView
 

T

toString() - 类 中的方法org.huiche.web.ErrorVO
 

U

Update<T extends org.huiche.data.entity.BaseEntity<T>> - org.huiche.web.api.method中的接口
restful 更新数据接口,部分更新
update(T, Long) - 接口 中的方法org.huiche.web.api.method.Update
更新,部分更新
A B C D E F G H J L O P R S T U 
跳过导航链接

Copyright © 2021. All rights reserved.