Package us.codecraft.webmagic.handler
Interface SubPageProcessor
- All Superinterfaces:
RequestMatcher
- All Known Implementing Classes:
PatternProcessor
- Author:
- code4crafter@gmail.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface us.codecraft.webmagic.handler.RequestMatcher
RequestMatcher.MatchOther
-
Method Summary
Modifier and TypeMethodDescriptionprocessPage
(us.codecraft.webmagic.Page page) process the page, extract urls to fetch, extract the data and storeMethods inherited from interface us.codecraft.webmagic.handler.RequestMatcher
match
-
Method Details
-
processPage
process the page, extract urls to fetch, extract the data and store- Parameters:
page
- page- Returns:
- whether continue to match
-