Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FormDataBodyPart |
FormDataMultiPart.getField(String name)
Get a form data body part given a control name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 © 2013 Oracle Corporation. All rights reserved.