| Package | Description |
|---|---|
| cat.inspiracio.url |
| Modifier and Type | Class and Description |
|---|---|
class |
URLSearchParams
spec
A list of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
URLParameters |
URLParameters.add(String key,
String value)
Adds an entry.
|
URLParameters |
URLParameters.clone()
Deep clone.
|
URLParameters |
URL.getParameters()
May return empty parameters, but never null.
|
URLParameters |
URL.parameters() |
URLParameters |
URLParameters.parse(String query)
Parse a query string and adds the found parameters.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
URL.parameters(URLParameters ps)
Sets all parameters.
|
void |
URL.setParameters(URLParameters ps)
Sets all parameters.
|
| Constructor and Description |
|---|
URLSearchParams(URLParameters init) |
Copyright © 2016. All rights reserved.