Uses of Class
org.restlet.client.data.Form

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 WrapperRequest.getEntityAsForm()
          Deprecated. Will be removed in future release 2.1.
 Form WrapperResponse.getEntityAsForm()
          Deprecated. Will be removed in future release 2.1.
 



Copyright © 2005-2013 Restlet S.A.S..