Package | Description |
---|---|
com.sun.jersey.core.header |
Provides support for HTTP headers.
|
com.sun.jersey.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
Modifier and Type | Class and Description |
---|---|
static class |
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition>
Builder to build content disposition.
|
Modifier and Type | Class and Description |
---|---|
class |
FormDataContentDisposition
A form-data content disposition header.
|
Modifier and Type | Field and Description |
---|---|
protected ContentDisposition |
BodyPart.cd |
Modifier and Type | Method and Description |
---|---|
ContentDisposition |
FormDataBodyPart.getContentDisposition()
Override the behaviour on
BodyPart to ensure that
only instances of FormDataContentDisposition can be obtained. |
ContentDisposition |
BodyPart.getContentDisposition()
Get the content disposition.
|
Modifier and Type | Method and Description |
---|---|
BodyPart |
BodyPart.contentDisposition(ContentDisposition cd) |
void |
FormDataBodyPart.setContentDisposition(ContentDisposition cd)
Override the behaviour on
BodyPart to ensure that
only instances of FormDataContentDisposition can be set. |
void |
BodyPart.setContentDisposition(ContentDisposition cd)
Set the content disposition.
|
Copyright © 2013 Oracle Corporation. All rights reserved.