|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageFilter
This interface defines the functionaltity of a page filter.
| Method Summary | |
|---|---|
boolean |
filter(RobotHtmlNode robotHtmlNode,
QueueEntry qe)
When a page is loaded the filter method is called for the page. |
| Method Detail |
|---|
boolean filter(RobotHtmlNode robotHtmlNode,
QueueEntry qe)
robotHtmlNode - to filterqe - The entry of the queue which causes the robot to download robotHtmlNode. This parameter gives the filter access to the RobotTask and the current scanning-depth.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||