Uses of Class
org.restlet.client.data.Form
-
Packages that use Form Package Description org.restlet.client.data Information exchanged by components.org.restlet.client.resource Client and server resource classes. -
-
Uses of Form in org.restlet.client.data
Methods in org.restlet.client.data that return Form Modifier and Type Method Description FormReference. getMatrixAsForm()Returns the optional matrix as a form.FormReference. getMatrixAsForm(CharacterSet characterSet)Returns the optional matrix as a form submission.FormReference. getQueryAsForm()Returns the optional query component as a form.FormReference. getQueryAsForm(boolean decode)Returns the optional query component as a form.FormReference. 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 Modifier and Type Method Description FormResource. getMatrix()Returns the resource reference's optional matrix.FormResource. getQuery()Returns the resource reference's optional query.
-