| Package | Description |
|---|---|
| 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.
|
| 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 |
|---|---|
MethodAnnotationInfo |
AnnotationUtils.getMethodAnnotation(List<AnnotationInfo> annotations,
Method restletMethod,
Form query,
Representation entity,
MetadataService metadataService,
ConverterService converterService)
Returns the first annotation descriptor matching the given Restlet method.
|
boolean |
MethodAnnotationInfo.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected MethodAnnotationInfo |
ServerResource.getAnnotation(Method method,
Form query,
Representation entity)
Returns the first annotation descriptor matching the given method.
|
Copyright © 2005–2025. All rights reserved.