Uses of Class
com.sun.jersey.api.representation.Form

Packages that use Form
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Uses of Form in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core that return Form
 Form HttpRequestContext.getFormParameters()
          Get the form parameters of the request entity.
 

Uses of Form in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return Form
 Form ContainerRequest.getFormParameters()
           
 Form AdaptingContainerRequest.getFormParameters()
           
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.