| |
static String getUrlBase(String url) |
| Parameters |
url | The URL to get the base part of. |
| Returns | The base part of the URL. |
| |
static String getUrlHost(String url) |
| Parameters |
url | The URL to get the host part of. |
| Returns |
The host part of the URL or null if the protocol is neither http nor https.
|
| |
static String normalizeUrl(String url) |
| Parameters |
url | The URL to normalize. |
| Returns |
The normalized URL.
|
| |
static ExtraFeatureSet getUrlParameters(String url) |
| Parameters |
url | The URL to get the parameters for. |
| Returns |
The parameters of the URL.
|
| |