Uses of Class
org.restlet.data.Form

Packages that use Form
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.data
 

Methods in org.restlet.data that return Form
 Form Message.getEntityAsForm()
          Returns the entity as a form.
Note that this triggers the parsing of the entity.
This method and the related getEntity*() methods can only be invoked once.
 Form Reference.getQueryAsForm()
          Returns the optional query component as a form submission.
 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 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.
 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.
 

Methods in org.restlet.util with parameters of type Form
abstract  void Engine.parse(Logger logger, Form form, Representation representation)
          Parses a representation into a form.
abstract  void Engine.parse(Logger logger, Form form, String queryString, CharacterSet characterSet)
          Parses an URL encoded query string into a given form.
 



Copyright © 2005-2007 Noelios Technologies.