public class MybatisApiUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAGE_SIZE
默认分页大小
|
static int |
MAX_PAGE_SIZE
最大分页大小
|
| Constructor and Description |
|---|
MybatisApiUtils() |
| Modifier and Type | Method and Description |
|---|---|
static PageParam |
getPageParam() |
static PageParam |
getPageParam(javax.servlet.http.HttpServletRequest request) |
static int |
getParameterValue(javax.servlet.http.HttpServletRequest request,
String name,
int def) |
String |
getParameterValue(javax.servlet.http.HttpServletRequest request,
String name,
String def) |
public static final int DEFAULT_PAGE_SIZE
public static final int MAX_PAGE_SIZE
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.