Package io.fluentlenium.core
Class PageUrlCache
java.lang.Object
io.fluentlenium.core.PageUrlCache
Stores a URL and URL parameters parsed from that URL for caching purposes in
FluentPage
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Saves the argument url and parameters in this object.getParameter
(String parameterName) Returns the parameter value for the argument parameter name, or null if the parameter doesn't exist.getUrl()
-
Constructor Details
-
PageUrlCache
public PageUrlCache()
-
-
Method Details
-
getUrl
-
getParameters
-
getParameter
Returns the parameter value for the argument parameter name, or null if the parameter doesn't exist.- Parameters:
parameterName
- the parameter name- Returns:
- the parameter value or null
-
cache
Saves the argument url and parameters in this object.- Parameters:
url
- the urlparameters
- the url parameters
-