Interface SubPageProcessor

All Superinterfaces:
RequestMatcher
All Known Implementing Classes:
PatternProcessor

public interface SubPageProcessor extends RequestMatcher
Author:
code4crafter@gmail.com
  • Method Details

    • processPage

      RequestMatcher.MatchOther processPage(us.codecraft.webmagic.Page page)
      process the page, extract urls to fetch, extract the data and store
      Parameters:
      page - page
      Returns:
      whether continue to match