提交历史

作者 SHA1 备注 提交日期
  James 0014c2f13d 去除参数 paraName 4 年之前
  James efc28b56f7 去除参数 paraName 4 年之前
  James 4bc9f2799d 改注释 4 年之前
  James 522dd74a72 优化isJsonRequest 4 年之前
  James fc699bc3c5 修改变量名 4 年之前
  James b0e743afbd 优化代码 4 年之前
  James c6726f5807 支持json转换 4 年之前
  James b6779afe00 resolveJson 去除多余参数 4 年之前
  James f1fb97d394 删除 JsonResolver,解析代码将分布到各个 ParaGetter之中 4 年之前
  James d6f1734898 支持JsonRequest 4 年之前
  James 1f1e9b391c 添加 setJsonRequestFactory 4 年之前
  James 579d62c779 去除JsonResolver,改为使用jsonRequestFactory 4 年之前
  James c6e1229198 构造方法中的JSON.parseObject改为JSON.parse,支持JSONArray类型 4 年之前
  James b40bae22c7 jsonArray = ...jsonObject 改成 json 4 年之前
  James 3b3f578bb0 优化 4 年之前
  James 663a29fbb7 优化StringBuilder.append(),只包含一个字符的字符串参数改为char 4 年之前
  James c45a69cb9f 添加 buildJsonPara 优化输出 json 参数 4 年之前
  James 072ef48004 request.getParameterNames() 改为 request.getParameterMap() 迭代输出参数 4 年之前
  James 00c292fa08 添加 isStarted 保障只能启动一次 4 年之前
  James 72c131674d 添加黑白名单功能 4 年之前
  James 80ca261a65 添加黑白名单过滤机制 4 年之前
  James 789121475e 版本号改为 4.9.22 4 年之前
  James b6b8098575 移除 velocity 模板引擎 4 年之前
  James 48aefecbad 在未开启 json 解析时不触发 fastjson 依赖 4 年之前
  James c3a9daa2af 修改注释 4 年之前
  James 06b97a06a8 action 参数注入 Model 支持 json 请求解析 4 年之前
  James 53e4a2e30c action 参数注入 Bean 支持 json 请求解析 4 年之前
  James 6fcfe998a3 新增 setResolveJsonRequest、setJsonRequestResolver 配置,支持 json 请求解析功能配置 4 年之前
  James 47f244095e 添加 JsonRequest、JsonResolver 支持 json 请求解析 4 年之前
  James e70aedf948 action 参数注入支持 json 请求数据解析,方便前后分离项目开发 4 年之前