Package | Description |
---|---|
org.restlet.data | |
org.restlet.engine.resource | |
org.restlet.engine.util | |
org.restlet.resource |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
Form |
FormReader.read()
Reads all the parameters.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Form |
Resource.getMatrix()
Returns the resource reference's optional matrix.
|
Form |
Resource.getQuery()
Returns the resource reference's optional query.
|
Copyright © 2005–2014. All rights reserved.