public class YahooSearchEngine extends VendorEngine
baseUri, HTML, JSON, searchUri, searchUrls
Constructor and Description |
---|
YahooSearchEngine()
Create a new instance of YahooSearchEngine
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
replyFormat()
Return the type of format that the search reply is in.
|
protected java.lang.String |
restOfURI(int pageNumber)
Construct a basic 'rest of the URI' to add to the search request.
|
getSearchEngine, getSearchURI, getSearchVendors, setSearchURI, vendorSearch, vendorSearch
public YahooSearchEngine()
public java.lang.String replyFormat()
replyFormat
in class VendorEngine
HTML
or JSON
.protected java.lang.String restOfURI(int pageNumber)
restOfURI
in class VendorEngine
pageNumber
- search page number to return.