Uses of Class
org.glassfish.jersey.media.multipart.ContentDisposition
-
Packages that use ContentDisposition Package Description org.glassfish.jersey.media.multipart JAX-RS Integration with MIME MultiPart Message Formats -
-
Uses of ContentDisposition in org.glassfish.jersey.media.multipart
Classes in org.glassfish.jersey.media.multipart with type parameters of type ContentDisposition Modifier and Type Class Description static class
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition>
Builder to build content disposition.Subclasses of ContentDisposition in org.glassfish.jersey.media.multipart Modifier and Type Class Description class
FormDataContentDisposition
A form-data content disposition header.Fields in org.glassfish.jersey.media.multipart declared as ContentDisposition Modifier and Type Field Description protected ContentDisposition
BodyPart. contentDisposition
Methods in org.glassfish.jersey.media.multipart that return ContentDisposition Modifier and Type Method Description ContentDisposition
BodyPart. getContentDisposition()
Gets the content disposition.ContentDisposition
FormDataBodyPart. getContentDisposition()
Overrides the behaviour onBodyPart
to ensure that only instances ofFormDataContentDisposition
can be obtained.Methods in org.glassfish.jersey.media.multipart with parameters of type ContentDisposition Modifier and Type Method Description BodyPart
BodyPart. 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.
-