Uses of Class
org.restlet.data.Form
-
Packages that use Form Package Description org.restlet.data Information exchanged by components.org.restlet.engine.resource Supports resources.org.restlet.engine.util General utilities.org.restlet.ext.jaxrs.internal.client org.restlet.ext.jaxrs.internal.provider org.restlet.ext.jaxrs.internal.util org.restlet.ext.jaxrs.internal.wrappers.params org.restlet.resource Client and server resource classes. -
-
Uses of Form in org.restlet.data
Methods in org.restlet.data that return Form Modifier and Type Method Description FormReference. getMatrixAsForm()Returns the optional matrix as a form.FormReference. getMatrixAsForm(CharacterSet characterSet)Returns the optional matrix as a form submission.FormReference. getQueryAsForm()Returns the optional query component as a form.FormReference. getQueryAsForm(boolean decode)Returns the optional query component as a form.FormReference. 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 Form Modifier and Type Method Description MethodAnnotationInfoAnnotationUtils. getMethodAnnotation(java.util.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 Form Modifier and Type Method Description FormFormReader. read()Reads all the parameters.Methods in org.restlet.engine.util with parameters of type Form Modifier and Type Method Description static voidFormUtils. parse(Form form, java.lang.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.ext.jaxrs.internal.client
Methods in org.restlet.ext.jaxrs.internal.client with parameters of type Form Modifier and Type Method Description private voidJaxRsClientInvocationHandler. addFormParam(Form form, java.lang.String representationAsText, java.lang.annotation.Annotation annotation)Deprecated.private voidJaxRsClientInvocationHandler. handleJavaMethodParameter(Request request, java.lang.Object value, java.lang.reflect.Type genericParameterType, java.lang.annotation.Annotation[] annotations, Form form)Deprecated. -
Uses of Form in org.restlet.ext.jaxrs.internal.provider
Methods in org.restlet.ext.jaxrs.internal.provider that return Form Modifier and Type Method Description (package private) static FormWwwFormFormProvider. getForm(javax.ws.rs.core.MediaType mediaType, java.io.InputStream entityStream)Deprecated.FormWwwFormFormProvider. readFrom(java.lang.Class<Form> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpResponseHeaders, java.io.InputStream entityStream)Deprecated.Methods in org.restlet.ext.jaxrs.internal.provider with parameters of type Form Modifier and Type Method Description longWwwFormFormProvider. getSize(Form form, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)Deprecated.voidWwwFormFormProvider. writeTo(Form form, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)Deprecated.Method parameters in org.restlet.ext.jaxrs.internal.provider with type arguments of type Form Modifier and Type Method Description FormWwwFormFormProvider. readFrom(java.lang.Class<Form> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpResponseHeaders, java.io.InputStream entityStream)Deprecated. -
Uses of Form in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that return Form Modifier and Type Method Description static FormConverter. toForm(javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> mmap)Deprecated.Copies the data in theMultivaluedMapto theForm.static FormConverter. toFormEncoded(java.lang.String queryString)Deprecated.Converts the given query String to a Form, but do not decode the data.static FormConverter. toRestletSeries(java.util.Map<java.lang.String,java.lang.String> parameters)Deprecated. -
Uses of Form in org.restlet.ext.jaxrs.internal.wrappers.params
Fields in org.restlet.ext.jaxrs.internal.wrappers.params declared as Form Modifier and Type Field Description private FormParameterList.FormParamGetter. form -
Uses of Form in org.restlet.resource
Methods in org.restlet.resource that return Form Modifier and Type Method Description FormResource. getMatrix()Returns the resource reference's optional matrix.FormResource. getQuery()Returns the resource reference's optional query.Methods in org.restlet.resource with parameters of type Form Modifier and Type Method Description private RepresentationServerResource. doHandle(Method method, Form query, Representation entity)Handles a call and checks the request's method and entity.protected MethodAnnotationInfoServerResource. getAnnotation(Method method, Form query, Representation entity)Returns the first annotation descriptor matching the given method.
-