| Package | Description |
|---|---|
| org.jboss.aerogear.android.pipe.paging |
| Modifier and Type | Class and Description |
|---|---|
class |
URIBodyPageParser
This class assumes the response body paging properties are URI's and parses them
accordingly.
|
class |
URIPageHeaderParser
This class assumes the header responses in a response are URI's and parses them
accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
PageParameterExtractor |
PageConfig.getPageParameterExtractor()
PageParameterExtractor is the a
PageParameterExtractor which
parses the response and provides data to a Pipe for the "next" and
"previous" pages. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageConfig.setPageParameterExtractor(PageParameterExtractor pageParameterExtractor)
PageParameterExtractor is the a
PageParameterExtractor which
parses the response and provides data to a Pipe for the "next" and
"previous" pages. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.