public final class Util extends Object
Modifier and Type | Method and Description |
---|---|
static String |
adjustUrlForWebKit(String url)
Converts a string representing a valid URL to an equivalent string
suitable for passing into WebKit.
|
public static String adjustUrlForWebKit(String url) throws MalformedURLException
url
- the string to be converted. Must represent a valid URL.NullPointerException
- if url
is null
.MalformedURLException
- if url
is not a valid URL.Copyright © 2020. All rights reserved.