Uses of Class
com.sun.jersey.core.header.ContentDisposition

Packages that use ContentDisposition
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.multipart JAX-RS Integration with MIME MultiPart Message Formats 
 

Uses of ContentDisposition in com.sun.jersey.core.header
 

Classes in com.sun.jersey.core.header 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 com.sun.jersey.core.header
 class FormDataContentDisposition
          A form-data content disposition header.
 

Uses of ContentDisposition in com.sun.jersey.multipart
 

Fields in com.sun.jersey.multipart declared as ContentDisposition
protected  ContentDisposition BodyPart.cd
           
 

Methods in com.sun.jersey.multipart that return ContentDisposition
 ContentDisposition BodyPart.getContentDisposition()
          Get the content disposition.
 ContentDisposition FormDataBodyPart.getContentDisposition()
          Override the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be obtained.
 

Methods in com.sun.jersey.multipart with parameters of type ContentDisposition
 BodyPart BodyPart.contentDisposition(ContentDisposition cd)
           
 void BodyPart.setContentDisposition(ContentDisposition cd)
          Set the content disposition.
 void FormDataBodyPart.setContentDisposition(ContentDisposition cd)
          Override the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be set.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.