public interface OnUrlLoadPlugin extends Plugin
| Modifier and Type | Method and Description |
|---|---|
void |
onUrlLoad(CrawlerContext context)
Method that is called after the url is (re) loaded.
|
void onUrlLoad(CrawlerContext context)
This method can be called from multiple threads with different CrawlerContext
context - the current crawler context.Copyright © 2007-2013. All Rights Reserved.