Uses of Class
org.glassfish.jersey.media.multipart.ContentDisposition

Packages that use ContentDisposition
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
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
 class FormDataContentDisposition
          A form-data content disposition header.
 

Fields in org.glassfish.jersey.media.multipart declared as ContentDisposition
protected  ContentDisposition BodyPart.contentDisposition
           
 

Methods in org.glassfish.jersey.media.multipart that return ContentDisposition
 ContentDisposition BodyPart.getContentDisposition()
          Gets the content disposition.
 ContentDisposition FormDataBodyPart.getContentDisposition()
          Overrides the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be obtained.
 

Methods in org.glassfish.jersey.media.multipart with parameters of type ContentDisposition
 BodyPart BodyPart.contentDisposition(ContentDisposition contentDisposition)
          Builder pattern method to return this BodyPart after additional configuration.
 void BodyPart.setContentDisposition(ContentDisposition contentDisposition)
          Sets the content disposition.
 void FormDataBodyPart.setContentDisposition(ContentDisposition contentDisposition)
          Overrides the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be set.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.