| 接口 | 说明 |
|---|---|
| SqlHelper.CustomTag |
自定义标签使用时${~tag:param1:param2:param3}
|
| Url2SqlContext.ConnSource |
| 类 | 说明 |
|---|---|
| CacheHelper | |
| SqlHelper |
Sql工具, ${}中占位符值按优先级排列如下:
从传递MAP取, 当然也可以不传
从request.getParameterMap();取
从url中rest参数取,注意写法为${0}
Sql Example: select * from student where id in(${ids})
|
| TypeConvertHelper | |
| Url2SqlContext |
Url2Sql上下文
可以取得数据库连接
请求参数 请求路径
|
| WebHelper |
网页辅助类
2012-7-1 上午9:29:46
|
| 枚举 | 说明 |
|---|---|
| CacheHelper.EnumCacheType |
| 异常错误 | 说明 |
|---|---|
| SqlHelper.ParamNotExistException |
Copyright © 2016. All Rights Reserved.