| Interface | Description |
|---|---|
| MetadataLocation |
A marker interface for
PageConfig which describes where to find paging metadata in a response. |
| PagedList<T> |
This class wraps a result and provides methods for retrieving the next and previous result sets.
|
| PageParameterExtractor<T extends PageConfig> |
Classes which implement this interface are responsible for consuming a response from a server and extracting paging information (if any).
|
| ParameterProvider |
Classes which implement this interface should provide the necessary parameters for paging to a Pipe's read request.
|
| Class | Description |
|---|---|
| DefaultParameterProvider |
This class returns the URI calculated from
ReadFilter.getQuery |
| PageConfig | |
| URIBodyPageParser |
This class assumes the response body paging properties are URI's and parses them
accordingly.
|
| URIPageHeaderParser |
This class assumes the header responses in a response are URI's and parses them
accordingly.
|
| WebLink |
This class represents a "Link" header link.
|
| WrappingPagedList<T> |
Wraps a resultSet in a ForwardingList and provides paging methods.
|
| Enum | Description |
|---|---|
| PageConfig.MetadataLocations |
Copyright © 2016 JBoss by Red Hat. All rights reserved.