| Package | Description |
|---|---|
| org.zkoss.zsoup |
Contains the main
Zsoup class, which provides convenient static access to the jsoup functionality. |
| org.zkoss.zsoup.helper | |
| org.zkoss.zsoup.nodes |
HTML document structure nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Connection.KeyVal |
Connection.KeyVal.key(String key)
Update the key of a keyval
|
Connection.KeyVal |
Connection.KeyVal.value(String value)
Update the value of a keyval
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Connection.KeyVal> |
Connection.Request.data()
Get all of the request's data parameters
|
| Modifier and Type | Method and Description |
|---|---|
Connection.Request |
Connection.Request.data(Connection.KeyVal keyval)
Add a data parameter to the request
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.data(Collection<Connection.KeyVal> data)
Adds all of the supplied data to the request data parameters
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpConnection.KeyVal |
| Modifier and Type | Method and Description |
|---|---|
Collection<Connection.KeyVal> |
HttpConnection.Request.data() |
| Modifier and Type | Method and Description |
|---|---|
HttpConnection.Request |
HttpConnection.Request.data(Connection.KeyVal keyval) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
HttpConnection.data(Collection<Connection.KeyVal> data) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection.KeyVal> |
FormElement.formData()
Get the data that this form submits.
|
Copyright © 2009-2015 Potix. All Rights Reserved.