Uses of Class
javax.ws.rs.core.Form

Packages that use Form
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.jboss.resteasy.plugins.providers   
 

Uses of Form in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return types with arguments of type Form
static Entity<Form> Entity.form(Form form)
          Create an "application/x-www-form-urlencoded" form entity.
static Entity<Form> Entity.form(MultivaluedMap<String,String> formData)
          Create an "application/x-www-form-urlencoded" form entity.
 

Methods in javax.ws.rs.client with parameters of type Form
static Entity<Form> Entity.form(Form form)
          Create an "application/x-www-form-urlencoded" form entity.
 

Uses of Form in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return Form
 Form Form.param(String name, String value)
          Adds a new value to the specified form parameter.
 

Uses of Form in org.jboss.resteasy.plugins.providers
 

Methods in org.jboss.resteasy.plugins.providers that return Form
 Form JaxrsFormProvider.readFrom(Class<Form> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

Methods in org.jboss.resteasy.plugins.providers with parameters of type Form
 long JaxrsFormProvider.getSize(Form form, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
           
 void JaxrsFormProvider.writeTo(Form form, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

Method parameters in org.jboss.resteasy.plugins.providers with type arguments of type Form
 Form JaxrsFormProvider.readFrom(Class<Form> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 



Copyright © 2012. All Rights Reserved.