| Interface | Description |
|---|---|
| Pagination.OffsetStrategyBuilder | |
| PagingStrategy |
A strategy for implementing pagination in AeroGear Controller.
|
| Class | Description |
|---|---|
| Links |
Links are a part of the metadata related to paging of fetched data.
|
| NullPagingStrategy |
Null Object Pattern implementation of
PagingStrategy which simply passes throw the results. |
| OffsetPagingStrategy |
A PagingStrategy that uses an offset/limit to add HTTP headers to the response.
|
| Pagination |
Factory utility methods for creating PagingStrategies.
|
| Pagination.OffsetStrategyBuilderImpl | |
| PaginationInfo |
Holds information related to pagination in AeroGear Controller.
|
| PagingMetadata | |
| PagingProperties |
Properties related to the offset/limit pagination strategy.
|
| RequestPathParser |
RequestPathParser is able to replace, or add query parameters related to pagination.
|
| WebLinking |
| Exception | Description |
|---|---|
| PagingRequestException |
| Annotation Type | Description |
|---|---|
| Paginated |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.