|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Form | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| Uses of Form in javax.ws.rs.client |
|---|
| Methods in javax.ws.rs.client that return types with arguments of type Form | |
|---|---|
static Entity<Form> |
Entity.form(Form form)
Create an "application/x-www-form-urlencoded" form entity. |
static Entity<Form> |
Entity.form(MultivaluedMap<java.lang.String,java.lang.String> formData)
Create an "application/x-www-form-urlencoded" form entity. |
| Methods in javax.ws.rs.client with parameters of type Form | |
|---|---|
static Entity<Form> |
Entity.form(Form form)
Create an "application/x-www-form-urlencoded" form entity. |
| Uses of Form in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core that return Form | |
|---|---|
Form |
Form.param(java.lang.String name,
java.lang.String value)
Adds a new value to the specified form parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||