- page - 类 中的变量com.github.liuanxin.page.dialect.Dialect
-
- PageBounds - com.github.liuanxin.page.model中的类
-
- PageBounds() - 类 的构造器com.github.liuanxin.page.model.PageBounds
-
- PageBounds(int) - 类 的构造器com.github.liuanxin.page.model.PageBounds
-
- PageBounds(int, int) - 类 的构造器com.github.liuanxin.page.model.PageBounds
-
- PageBounds(int, boolean) - 类 的构造器com.github.liuanxin.page.model.PageBounds
-
- PageBounds(int, int, boolean) - 类 的构造器com.github.liuanxin.page.model.PageBounds
-
- PageInterceptor - com.github.liuanxin.page中的类
-
Executor.query(MappedStatement, Object, RowBounds, ResultHandler)
- PageInterceptor() - 类 的构造器com.github.liuanxin.page.PageInterceptor
-
- PageInterceptor(String) - 类 的构造器com.github.liuanxin.page.PageInterceptor
-
- PageList<E> - com.github.liuanxin.page.model中的类
-
- PageList() - 类 的构造器com.github.liuanxin.page.model.PageList
-
- PageList(Collection<? extends E>, int) - 类 的构造器com.github.liuanxin.page.model.PageList
-
- PageListToJsonMapper - com.github.liuanxin.page.render中的类
-
将 PageList 渲染成 json, 使用 Jackson 序列化
- PageListToJsonMapper() - 类 的构造器com.github.liuanxin.page.render.PageListToJsonMapper
-
将数据返回时, 只输出 总条数 和 当前页的数据.
- PageListToPageInterceptor - com.github.liuanxin.page.render中的类
-
将 PageList 渲染成 model, 放入 spring mvc 的渲染上下文中, 使用拦截器实现
- PageListToPageInterceptor() - 类 的构造器com.github.liuanxin.page.render.PageListToPageInterceptor
-
- pageParameters - 类 中的变量com.github.liuanxin.page.dialect.Dialect
-
- PageUtil - com.github.liuanxin.page.util中的类
-
- PageUtil() - 类 的构造器com.github.liuanxin.page.util.PageUtil
-
- PageUtil.BoundSqlSqlSource - com.github.liuanxin.page.util中的类
-
- pageWrong(Integer) - 类 中的方法com.github.liuanxin.page.model.PageBounds
-
If count = 10, limit = 15, But incoming param page value was 2, It's wrong, Can only be 1
- parameterMappings - 类 中的变量com.github.liuanxin.page.dialect.Dialect
-
- params - 类 中的变量com.github.liuanxin.page.dialect.Dialect
-
- plugin(Object) - 类 中的方法com.github.liuanxin.page.PageInterceptor
-
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法com.github.liuanxin.page.render.PageListToPageInterceptor
-
如果在当前上下文中已经放了对象的属性, 则判断有没有 PageList, 有就显式的将总条数也放入上下文
- preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法com.github.liuanxin.page.render.PageListToPageInterceptor
-