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 classContentDisposition.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 classFormDataContentDispositionA form-data content disposition header.Fields in org.glassfish.jersey.media.multipart declared as ContentDisposition Modifier and Type Field Description protected ContentDispositionBodyPart. contentDispositionMethods in org.glassfish.jersey.media.multipart that return ContentDisposition Modifier and Type Method Description ContentDispositionBodyPart. getContentDisposition()Gets the content disposition.ContentDispositionFormDataBodyPart. getContentDisposition()Overrides the behaviour onBodyPartto ensure that only instances ofFormDataContentDispositioncan be obtained.Methods in org.glassfish.jersey.media.multipart with parameters of type ContentDisposition Modifier and Type Method Description BodyPartBodyPart. contentDisposition(ContentDisposition contentDisposition)Builder pattern method to return thisBodyPartafter additional configuration.voidBodyPart. setContentDisposition(ContentDisposition contentDisposition)Sets the content disposition.voidFormDataBodyPart. setContentDisposition(ContentDisposition contentDisposition)Overrides the behaviour onBodyPartto ensure that only instances ofFormDataContentDispositioncan be set.
-