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(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
 Map<String,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.
 List<FormDataBodyPart> FormDataMultiPart.getFields(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.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.