| Package | Description |
|---|---|
| org.gatein.api.common | |
| org.gatein.api.page | |
| org.gatein.api.site |
| Modifier and Type | Method and Description |
|---|---|
Pagination |
Pagination.getNext()
Creates a new pagination object representing the next page
|
Pagination |
Pagination.getPrevious()
Creates a new pagination object representing the previous page
|
| Modifier and Type | Field and Description |
|---|---|
static Pagination |
PageQuery.Builder.DEFAULT_PAGINATION
The default pagination used for
PageQuery's with a limit set to PageQuery.Builder.DEFAULT_LIMIT |
| Modifier and Type | Method and Description |
|---|---|
Pagination |
PageQuery.getPagination() |
| Modifier and Type | Method and Description |
|---|---|
PageQuery.Builder |
PageQuery.Builder.withPagination(Pagination pagination)
Sets the pagination object of this builder
|
| Modifier and Type | Field and Description |
|---|---|
static Pagination |
SiteQuery.Builder.DEFAULT_PAGINATION
The default pagination used for
SiteQuery's with a limit set to SiteQuery.Builder.DEFAULT_LIMIT |
| Modifier and Type | Method and Description |
|---|---|
Pagination |
SiteQuery.getPagination() |
| Modifier and Type | Method and Description |
|---|---|
SiteQuery.Builder |
SiteQuery.Builder.withPagination(Pagination pagination)
Sets the pagination object of this builder
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.