public abstract class AbstractHTMLParser<ResultType> extends AbstractParser<ResultType>
| Constructor and Description |
|---|
AbstractHTMLParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
fetchResource() |
void |
fetchResource(String resource) |
void |
fetchWithQuery(Map<String,String> queryMap)
Builds a
Client and WebTarget with the specified parameters in the query map and sets the
input stream as a fetch result. |
getFetchResult, getResource, setFetchResult, setResourcepublic void fetchResource()
public void fetchResource(String resource)
public void fetchWithQuery(Map<String,String> queryMap)
Client and WebTarget with the specified parameters in the query map and sets the
input stream as a fetch result.queryMap - A map with the query, key is the name of the parameter, value is the parameter itself.Copyright © 2017. All rights reserved.