T - underlying handlerpublic interface PageHandler<T>
PageHandler is responsible for calling correct handler method for
specified url.
For information about declaring PageHandler and its handler methods
see PageHandler and UrlMapping.
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getUrlPatterns() |
void |
handle(String url,
org.openqa.selenium.WebDriver webDriver)
This method will look for the best matching handler and invoke it.
|
boolean |
isApplicable(String url)
Method checks whether underlying handler has a handler method for
provided url.
|
boolean isApplicable(String url)
url - void handle(String url, org.openqa.selenium.WebDriver webDriver)
url - webDriver - Copyright © 2016. All rights reserved.