| Interface | Description |
|---|---|
| PaginationInfo.PaginationInfoBuilder | |
| PaginationStrategy |
A strategy for implementing pagination in AeroGear Controller.
|
| Class | Description |
|---|---|
| AbstractPaginationStrategy |
A PaginationStrategy that expects the target endpoint method to take a
PaginationInfo as a parameter. |
| Links |
Links are a part of the metadata related to paging of fetched data.
|
| PaginationHandler |
PaginationHandler is a CDI Decorator that decorates a
RouteProcessor and is responsible for handling
paginated invocations on endpoints that support it. |
| PaginationInfo |
Holds information related to pagination in AeroGear Controller.
|
| PaginationInfo.PaginationInfoBuilderImpl | |
| PaginationMetadata |
Represents information about pagination in AeroGear Controller.
|
| PaginationProperties |
Properties related to the offset/limit pagination strategy.
|
| RequestPathParser |
RequestPathParser is able to replace, or add query parameters related to pagination.
|
| WebLinking |
WebLinking provides support for generating the HTTP response header in accordance to
Web Linking.
|
| Exception | Description |
|---|---|
| PaginationRequestException |
| Annotation Type | Description |
|---|---|
| Paginated |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.