public class Paging
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Paging |
ALL |
static java.lang.String |
X_TOTAL_COUNT_HEADER |
Constructor and Description |
---|
Paging() |
Paging(int page,
int resultsPerPage) |
Modifier and Type | Method and Description |
---|---|
int |
getPage() |
int |
getResultsPerPage() |
void |
validate()
validates pagination parameters
|
public static final java.lang.String X_TOTAL_COUNT_HEADER
public static final Paging ALL