Package org.openqa.selenium.remote.http
Class UrlTemplate
java.lang.Object
org.openqa.selenium.remote.http.UrlTemplate
A bad implementation of URL Templates, but enough for our needs.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
UrlTemplate
-
-
Method Details
-
match
- Returns:
- A
UrlTemplate.Match
with all parameters filled if successful, null otherwise.
-
match
- Returns:
- A
UrlTemplate.Match
with all parameters filled if successful, null otherwise. Remove subPath from matchAgainst before matching.
-