Interface WebRequestMatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      booleanmatches​(com.gargoylesoftware.htmlunit.WebRequest request)
      Whether this matcher matches on the supplied web request.
    • Method Detail

      • matches

        boolean matches​(com.gargoylesoftware.htmlunit.WebRequest request)
        Whether this matcher matches on the supplied web request.
        Parameters:
        request - the WebRequest to attempt to match on
        Returns:
        true if this matcher matches on the WebRequest