Uses of Class
com.sun.jersey.multipart.FormDataBodyPart

Uses of FormDataBodyPart in com.sun.jersey.multipart
 

Methods in com.sun.jersey.multipart that return FormDataBodyPart
 FormDataBodyPart FormDataMultiPart.getField(java.lang.String name)
          Return the FormDataBodyPart for the specified field name, if any; otherwise, return null.
 

Methods in com.sun.jersey.multipart that return types with arguments of type FormDataBodyPart
 java.util.Map<java.lang.String,FormDataBodyPart> FormDataMultiPart.getFields()
          Return an immutable Map of the FormDataBodyParts for all fields, keyed by field name.
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.