Uses of Class
org.glassfish.jersey.media.multipart.ContentDisposition
Packages that use ContentDisposition
Package
Description
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 ContentDispositionModifier and TypeClassDescriptionstatic classContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> Builder to build content disposition.Subclasses of ContentDisposition in org.glassfish.jersey.media.multipartModifier and TypeClassDescriptionclassA form-data content disposition header.Fields in org.glassfish.jersey.media.multipart declared as ContentDispositionMethods in org.glassfish.jersey.media.multipart that return ContentDispositionModifier and TypeMethodDescriptionBodyPart.getContentDisposition()Gets the content disposition.FormDataBodyPart.getContentDisposition()Overrides the behaviour onBodyPartto ensure that only instances ofFormDataContentDispositioncan be obtained.Methods in org.glassfish.jersey.media.multipart with parameters of type ContentDispositionModifier and TypeMethodDescriptionBodyPart.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.