public class ConfigurablePageProcessor extends Object implements PageProcessor
| Constructor and Description | 
|---|
ConfigurablePageProcessor(Site site,
                         List<ExtractRule> extractRules)  | 
| Modifier and Type | Method and Description | 
|---|---|
Site | 
getSite()
get the site settings 
 | 
void | 
process(Page page)
process the page, extract urls to fetch, extract the data and store 
 | 
public ConfigurablePageProcessor(Site site, List<ExtractRule> extractRules)
public void process(Page page)
PageProcessorprocess in interface PageProcessorpage - pagepublic Site getSite()
PageProcessorgetSite in interface PageProcessorSiteCopyright © 2017. All rights reserved.