| Package | Description |
|---|---|
| com.fatwire.crawler |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceURL> |
LinkExtractor.extract(WebResource resource)
Method is used to parse the WebResource and find a list of links based on the algorithm specified.
|
byte[] |
ResourceRewriter.rewrite(WebResource resource)
This method is automatically injected by the crawler framework and is used to provide an implementation for the resource rewriter
algorithm.
|