|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Form | |
---|---|
org.restlet.client | Core classes of the API. |
org.restlet.client.data | Information exchanged by components. |
org.restlet.client.resource | Client and server resource classes. |
org.restlet.client.util | Various utility classes. |
Uses of Form in org.restlet.client |
---|
Methods in org.restlet.client that return Form | |
---|---|
Form |
Message.getEntityAsForm()
Deprecated. Will be removed in future release 2.1. |
Uses of Form in org.restlet.client.data |
---|
Methods in org.restlet.client.data that return Form | |
---|---|
Form |
Reference.getMatrixAsForm()
Returns the optional matrix as a form. |
Form |
Reference.getMatrixAsForm(CharacterSet characterSet)
Returns the optional matrix as a form submission. |
Form |
Reference.getQueryAsForm()
Returns the optional query component as a form. |
Form |
Reference.getQueryAsForm(CharacterSet characterSet)
Returns the optional query component as a form submission. |
Uses of Form in org.restlet.client.resource |
---|
Methods in org.restlet.client.resource that return Form | |
---|---|
Form |
UniformResource.getMatrix()
Returns the resource reference's optional matrix. |
Form |
UniformResource.getQuery()
Returns the resource reference's optional query. |
Uses of Form in org.restlet.client.util |
---|
Methods in org.restlet.client.util that return Form | |
---|---|
Form |
WrapperResponse.getEntityAsForm()
Deprecated. Will be removed in future release 2.1. |
Form |
WrapperRequest.getEntityAsForm()
Deprecated. Will be removed in future release 2.1. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |