Uses of Class
org.htmlunit.javascript.host.URL
-
Packages that use URL Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of URL in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as URL Modifier and Type Field Description private URL
URLSearchParams. url_
Constructors in org.htmlunit.javascript.host with parameters of type URL Constructor Description URLSearchParams(URL url)
Constructs a new instance for the given js url.
-