Interface RequestMatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean match​(us.codecraft.webmagic.Request page)
      Check whether to process the page.

      Please DO NOT change page status in this method.
    • Method Detail

      • match

        boolean match​(us.codecraft.webmagic.Request page)
        Check whether to process the page.

        Please DO NOT change page status in this method.
        Parameters:
        page - page
        Returns:
        whether matches