| Package | Description |
|---|---|
| cat.inspiracio.url |
| Modifier and Type | Method and Description |
|---|---|
URL |
URL.clone()
Deep clone of the URL.
|
URL |
URL.extension(String e) |
URL |
URL.fragment(String f) |
URL |
URL.hash(String h) |
URL |
URL.host(String h) |
URL |
URL.hostname(String n) |
URL |
URL.parameter(String key,
String value) |
URL |
URL.parameters(URLParameters ps)
Sets all parameters.
|
URL |
URL.password(String p) |
URL |
URL.path(String p) |
URL |
URL.pop()
To pop a url’s path, if url’s scheme is not "file" or url’s path does
not contain a single string that is a normalized Windows drive letter,
remove url’s path’s last string, if any.
|
URL |
URL.port(int p) |
URL |
URL.protocol(String p) |
URL |
URL.removeFragment() |
URL |
URL.removeParameter(String key) |
URL |
URL.removeParameters() |
URL |
URL.scheme(String s) |
URL |
URL.server(String s) |
URL |
URL.username(String u) |
Copyright © 2016. All rights reserved.