Uses of Class
org.restlet.data.Form

Packages that use Form
org.restlet.data Information exchanged by components. 
org.restlet.engine.resource Supports resources. 
org.restlet.engine.util General utilities. 
org.restlet.resource Client and server resource classes. 
 

Uses of Form in org.restlet.data
 

Methods in org.restlet.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(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.engine.resource
 

Methods in org.restlet.engine.resource with parameters of type Form
 AnnotationInfo AnnotationUtils.getAnnotation(List<AnnotationInfo> annotations, Method restletMethod, Form query, Representation entity, MetadataService metadataService, ConverterService converterService)
          Returns the first annotation descriptor matching the given Restlet method.
 boolean AnnotationInfo.isCompatible(Method restletMethod, Form queryParams, Representation requestEntity, MetadataService metadataService, ConverterService converterService)
          Indicates if the annotated method described is compatible with the given parameters.
 

Uses of Form in org.restlet.engine.util
 

Methods in org.restlet.engine.util that return Form
 Form FormReader.read()
          Reads all the parameters.
 

Methods in org.restlet.engine.util with parameters of type Form
static void FormUtils.parse(Form form, Representation post, boolean decode)
          Parses a post into a given form.
static void FormUtils.parse(Form form, String parametersString, CharacterSet characterSet, boolean decode, char separator)
          Parses a parameters string into a given form.
 

Uses of Form in org.restlet.resource
 

Methods in org.restlet.resource that return Form
 Form Resource.getMatrix()
          Returns the resource reference's optional matrix.
 Form Resource.getQuery()
          Returns the resource reference's optional query.
 



Copyright © 2005-2014 Restlet.