Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.data |
Information exchanged by components.
|
org.restlet.engine.util |
General utilities.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
Form |
Message.getEntityAsForm()
Deprecated.
Will be removed in future release 2.1.
|
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(CharacterSet characterSet)
Returns the optional query component as a form submission.
|
Modifier and Type | Method and Description |
---|---|
Form |
FormReader.read()
Reads all the parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
FormReader.addParameters(Form form)
Adds the parameters into a given form.
|
static void |
FormUtils.parse(Form form,
Representation post)
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 |
Handler.getMatrix()
Deprecated.
Returns the optional matrix of the request's target resource reference as
a form (series of parameters).
|
Form |
UniformResource.getMatrix()
Returns the resource reference's optional matrix.
|
Form |
Handler.getQuery()
Deprecated.
Returns the parsed query of the request's target resource reference as a
form (series of parameters).
|
Form |
UniformResource.getQuery()
Returns the resource reference's optional query.
|
Modifier and Type | Method and Description |
---|---|
Form |
WrapperRequest.getEntityAsForm()
Deprecated.
Will be removed in future release 2.1.
|
Form |
WrapperResponse.getEntityAsForm()
Deprecated.
Will be removed in future release 2.1.
|
Copyright © 2005–2016. All rights reserved.