|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Form | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.data | Information exchanged by components. |
org.restlet.resource | Client and server resource classes. |
org.restlet.util | Various utility classes. |
Uses of Form in org.restlet |
---|
Methods in org.restlet that return Form | |
---|---|
Form |
Message.getEntityAsForm()
Deprecated. Will be removed in future release 2.1. |
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(CharacterSet characterSet)
Returns the optional query component as a form submission. |
Uses of Form in org.restlet.resource |
---|
Methods in org.restlet.resource that return Form | |
---|---|
Form |
UniformResource.getMatrix()
Returns the resource reference's optional matrix. |
Form |
Handler.getMatrix()
Deprecated. Returns the optional matrix of the request's target resource reference as a form (series of parameters). |
Form |
UniformResource.getQuery()
Returns the resource reference's optional query. |
Form |
Handler.getQuery()
Deprecated. Returns the parsed query of the request's target resource reference as a form (series of parameters). |
Uses of Form in org.restlet.util |
---|
Methods in org.restlet.util that return Form | |
---|---|
Form |
WrapperResponse.getEntityAsForm()
Deprecated. Will be removed in future release 2.1. |
Form |
WrapperRequest.getEntityAsForm()
Deprecated. Will be removed in future release 2.1. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |