ia.UrlParams Class
Parses a url to get the parameters.
Constructor
ia.UrlParams
(
-
href
Parameters:
-
href
StringThe href.
Methods
getReportUrl
()
String
Gets the URL for the current report settings.
Returns:
String:
The url.
Properties
filename
String
The url file name.
href
String
The full url.
params
Associative Array
The parameter as a hash in the form params[key] = value
path
String
The url path without the parameters.