Uses of Class
com.fatwire.crawler.WebResource

Packages that use WebResource
com.fatwire.crawler   
 

Uses of WebResource in com.fatwire.crawler
 

Methods in com.fatwire.crawler with parameters of type WebResource
 java.util.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.
 



Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved