Uses of Class
org.glassfish.jersey.media.multipart.ContentDisposition
Package
Description
JAX-RS Integration with MIME MultiPart Message Formats
-
Uses of ContentDisposition in org.glassfish.jersey.media.multipart
Modifier and TypeClassDescriptionstatic class
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,
V extends ContentDisposition> Builder to build content disposition.Modifier and TypeClassDescriptionclass
A form-data content disposition header.Modifier and TypeMethodDescriptionBodyPart.getContentDisposition()
Gets the content disposition.FormDataBodyPart.getContentDisposition()
Overrides the behaviour onBodyPart
to ensure that only instances ofFormDataContentDisposition
can be obtained.Modifier and TypeMethodDescriptionBodyPart.contentDisposition
(ContentDisposition contentDisposition) Builder pattern method to return thisBodyPart
after additional configuration.void
BodyPart.setContentDisposition
(ContentDisposition contentDisposition) Sets the content disposition.void
FormDataBodyPart.setContentDisposition
(ContentDisposition contentDisposition) Overrides the behaviour onBodyPart
to ensure that only instances ofFormDataContentDisposition
can be set.