Package | Description |
---|---|
org.restlet.data |
Information exchanged by components.
|
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 |
---|---|
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 org.restlet.engine.resource.MethodAnnotationInfo |
ServerResource.getAnnotation(Method method,
Form query,
Representation entity)
Returns the first annotation descriptor matching the given method.
|
Copyright © 2005-2024 Restlet.