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

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

Uses of Form in org.restlet.gwt.data
 

Methods in org.restlet.gwt.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.gwt.util
 

Methods in org.restlet.gwt.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.