| 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(java.lang.String name)
Get a form data body part given a control name.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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 © 2016 Oracle Corporation. All Rights Reserved.