Uses of Class
org.restlet.data.Form
- 
Packages that use Form Package Description org.restlet.data Information exchanged by components.org.restlet.resource Client and server resource classes. - 
- 
Uses of Form in org.restlet.data
Methods in org.restlet.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.resource
Methods in org.restlet.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. 
 -