Uses of Class
org.htmlunit.util.UrlUtils.Url
Packages that use UrlUtils.Url
-
Uses of UrlUtils.Url in org.htmlunit.util
Methods in org.htmlunit.util that return UrlUtils.UrlModifier and TypeMethodDescriptionprivate static UrlUtils.Url
Parses a given specification using the algorithm depicted in RFC1808:private static UrlUtils.Url
UrlUtils.resolveUrl
(UrlUtils.Url baseUrl, String relativeUrl) Resolves a given relative URL against a base URL using the algorithm depicted in RFC1808:Methods in org.htmlunit.util with parameters of type UrlUtils.UrlModifier and TypeMethodDescriptionprivate static UrlUtils.Url
UrlUtils.resolveUrl
(UrlUtils.Url baseUrl, String relativeUrl) Resolves a given relative URL against a base URL using the algorithm depicted in RFC1808:Constructors in org.htmlunit.util with parameters of type UrlUtils.UrlModifierConstructorDescription(package private)
Url
(UrlUtils.Url url) Creates aUrl
object from the specifiedUrl
object.