类的使用
cn.iosd.starter.web.domain.Response
使用Response的程序包
-
cn.iosd.starter.web.domain中Response的使用
修饰符和类型方法说明static <T> Response<T>Response.fail()static <T> Response<T>static <T> Response<T>static <T> Response<T>Response.fail(T data) static <T> Response<T>static <T> Response<T>Response.ok()static <T> Response<T>Response.ok(T data) static <T> Response<T>参数类型为Response的cn.iosd.starter.web.domain中的方法 -
cn.iosd.starter.web.handler中Response的使用
修饰符和类型方法说明GlobalExceptionHandler.handleException(Exception e, javax.servlet.http.HttpServletRequest request) 处理系统异常GlobalExceptionHandler.handleHttpRequestMethodNotSupported(org.springframework.web.HttpRequestMethodNotSupportedException e, javax.servlet.http.HttpServletRequest request) 请求方式不支持GlobalExceptionHandler.handleRuntimeException(RuntimeException e, javax.servlet.http.HttpServletRequest request) 拦截未知的运行时异常