Uses of Class
org.restlet.data.Form
Packages that use Form
Package
Description
Information exchanged by components.
Supports resources.
General utilities.
Client and server resource classes.
-
Uses of Form in org.restlet.data
Methods in org.restlet.data that return FormModifier and TypeMethodDescriptionReference.getMatrixAsForm()Returns the optional matrix as a form.Reference.getMatrixAsForm(CharacterSet characterSet) Returns the optional matrix as a form submission.Reference.getQueryAsForm()Returns the optional query component as a form.Reference.getQueryAsForm(boolean decode) Returns the optional query component as a form.Reference.getQueryAsForm(CharacterSet characterSet) Returns the optional query component as a form submission. -
Uses of Form in org.restlet.engine.resource
Methods in org.restlet.engine.resource with parameters of type FormModifier and TypeMethodDescriptionAnnotationUtils.getMethodAnnotation(List<AnnotationInfo> annotations, Method restletMethod, Form query, Representation entity, MetadataService metadataService, ConverterService converterService) Returns the first annotation descriptor matching the given Restlet method.booleanMethodAnnotationInfo.isCompatible(Method restletMethod, Form queryParams, Representation requestEntity, MetadataService metadataService, ConverterService converterService) Indicates if the annotated method described is compatible with the given parameters. -
Uses of Form in org.restlet.engine.util
Methods in org.restlet.engine.util that return FormMethods in org.restlet.engine.util with parameters of type FormModifier and TypeMethodDescriptionstatic voidFormUtils.parse(Form form, String parametersString, CharacterSet characterSet, boolean decode, char separator) Parses a parameters string into a given form.static voidFormUtils.parse(Form form, Representation post, boolean decode) Parses a post into a given form. -
Uses of Form in org.restlet.resource
Methods in org.restlet.resource that return FormModifier and TypeMethodDescriptionResource.getMatrix()Returns the resource reference's optional matrix.Resource.getQuery()Returns the resource reference's optional query.Methods in org.restlet.resource with parameters of type FormModifier and TypeMethodDescriptionprotected MethodAnnotationInfoServerResource.getAnnotation(Method method, Form query, Representation entity) Returns the first annotation descriptor matching the given method.