Package org.openqa.selenium.remote.http
Class UrlTemplate
- java.lang.Object
-
- org.openqa.selenium.remote.http.UrlTemplate
-
public class UrlTemplate extends java.lang.Object
A bad implementation of URL Templates, but enough for our needs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
UrlTemplate.Match
-
Constructor Summary
Constructors Constructor Description UrlTemplate(java.lang.String template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrlTemplate.Match
match(java.lang.String matchAgainst)
-
-
-
Method Detail
-
match
public UrlTemplate.Match match(java.lang.String matchAgainst)
- Returns:
- A
UrlTemplate.Match
with all parameters filled if successful, null otherwise.
-
-