Class UrlRegexRequestMatcher

    • Method Detail

      • matches

        public boolean matches​(com.gargoylesoftware.htmlunit.WebRequest request)
        Description copied from interface: WebRequestMatcher
        Whether this matcher matches on the supplied web request.
        Specified by:
        matches in interface WebRequestMatcher
        Parameters:
        request - the WebRequest to attempt to match on
        Returns:
        true if this matcher matches on the WebRequest