public class Pagination extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ITEMS_PER_PAGE |
static String |
PARAM_PAGE |
static String |
PARAM_PER_PAGE |
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
Query |
asQuery() |
static Pagination |
create(Integer page,
Integer perPage) |
Pagination |
page(Integer page) |
Pagination |
perPage(Integer perPage) |
public static final String PARAM_PAGE
public static final String PARAM_PER_PAGE
public static final int MAX_ITEMS_PER_PAGE
public static Pagination create(Integer page, Integer perPage)
public Pagination page(Integer page)
public Pagination perPage(Integer perPage)
public Query asQuery() throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2018 Talanlabs. All rights reserved.