public class URIBodyPageParser extends Object implements PageParameterExtractor<PageConfig>
| Constructor and Description |
|---|
URIBodyPageParser() |
URIBodyPageParser(URI uri) |
URIBodyPageParser(URL url) |
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
getNextFilter(HeaderAndBody result,
PageConfig config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
ReadFilter |
getPreviousFilter(HeaderAndBody result,
PageConfig config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
public URIBodyPageParser(URI uri)
public URIBodyPageParser(URL url)
public URIBodyPageParser()
public ReadFilter getNextFilter(HeaderAndBody result, PageConfig config)
PageParameterExtractorgetNextFilter in interface PageParameterExtractor<PageConfig>result - the server's response from a Pipe.read or Pipe.readWithFilter call.config - the Pipe's PageConfig.public ReadFilter getPreviousFilter(HeaderAndBody result, PageConfig config)
PageParameterExtractorgetPreviousFilter in interface PageParameterExtractor<PageConfig>result - the server's response from a Pipe.read or Pipe.readWithFilter call.config - the Pipe's PageConfig.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.