Uses of Class
org.restlet.data.Form

Packages that use Form
org.restlet Core classes of the API. 
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Form in org.restlet
 

Methods in org.restlet that return Form
 Form Handler.getMatrix()
          Returns the optional matrix of the request's target resource reference as a form (series of parameters).
 Form Handler.getQuery()
          Returns the parsed query of the request's target resource reference as a form (series of parameters).
 

Uses of Form in org.restlet.data
 

Methods in org.restlet.data that return Form
 Form Message.getEntityAsForm()
          Returns the entity as a form.
This method can be called several times and will always return the same form instance.
 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.util
 

Methods in org.restlet.util that return Form
 Form WrapperRequest.getEntityAsForm()
          Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
 Form WrapperResponse.getEntityAsForm()
          Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
 

Methods in org.restlet.util with parameters of type Form
abstract  void Engine.parse(Form form, Representation representation)
          Parses a representation into a form.
abstract  void Engine.parse(Form form, java.lang.String parametersString, CharacterSet characterSet, boolean decode, char separator)
          Parses a parameters string to parse into a given form.
 



Copyright © 2005-2008 Noelios Technologies.