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

Packages that use FormDataBodyPart
com.sun.jersey.multipart JAX-RS Integration with MIME MultiPart Message Formats 
com.sun.jersey.multipart.file Provides support for body parts that are file attachments. 
 

Uses of FormDataBodyPart in com.sun.jersey.multipart
 

Methods in com.sun.jersey.multipart that return FormDataBodyPart
 FormDataBodyPart FormDataMultiPart.getField(java.lang.String name)
          Get a form data body part given a control name.
 

Methods in com.sun.jersey.multipart that return types with arguments of type FormDataBodyPart
 java.util.Map<java.lang.String,java.util.List<FormDataBodyPart>> FormDataMultiPart.getFields()
          Get a map of form data body parts where the key is the control name and the value is a list of one or more form data body parts.
 java.util.List<FormDataBodyPart> FormDataMultiPart.getFields(java.lang.String name)
          Get a list of one or more form data body parts given a control name.
 

Uses of FormDataBodyPart in com.sun.jersey.multipart.file
 

Subclasses of FormDataBodyPart in com.sun.jersey.multipart.file
 class FileDataBodyPart
          An extension of FormDataBodyPart for associating File File as a body part entity.
 class StreamDataBodyPart
           Represents an InputStream based file submission as a part of the multipart/form-data.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.