|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageParameterExtractor<T extends PageConfig>
Classes which implement this interface are responsible for consuming a response from a server and extracting paging information (if any).
| Method Summary | |
|---|---|
ReadFilter |
getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set. |
ReadFilter |
getPreviousFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set. |
| Method Detail |
|---|
ReadFilter getNextFilter(HeaderAndBody response,
T config)
response - the server's response from a Pipe.read call.config - the Pipe's PageConfig.
ReadFilter getPreviousFilter(HeaderAndBody response,
T config)
response - the server's response from a Pipe.read call.config - the Pipe's PageConfig.
|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||