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 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(boolean decode)
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.resource
Methods in org.restlet.resource that return Form Modifier and Type Method Description Form
Resource. getMatrix()
Returns the resource reference's optional matrix.Form
Resource. getQuery()
Returns the resource reference's optional query.
-