public class PaginationInfo extends Object
Paginated annotation and the values will be
the values contained in the current request. If the configured parameters are missing from the request,
the default values specified in Paginated will be used.Paginated| Modifier and Type | Field and Description |
|---|---|
private String |
limitParamName |
private String |
limitParamValue |
private String |
offsetParamName |
private String |
offsetParamValue |
| Constructor and Description |
|---|
PaginationInfo(String offsetParamName,
String offsetParamValue,
String limitParamName,
String limitParamValue) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.