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.UrlParses a given specification using the algorithm depicted in RFC1808:private static UrlUtils.UrlUrlUtils.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.UrlUrlUtils.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 aUrlobject from the specifiedUrlobject.