Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.ext.multipart.ContentDisposition

Packages that use ContentDisposition
org.apache.cxf.jaxrs.ext.multipart   
 

Uses of ContentDisposition in org.apache.cxf.jaxrs.ext.multipart
 

Methods in org.apache.cxf.jaxrs.ext.multipart that return ContentDisposition
 ContentDisposition Attachment.getContentDisposition()
           
 

Methods in org.apache.cxf.jaxrs.ext.multipart with parameters of type ContentDisposition
 AttachmentBuilder AttachmentBuilder.contentDisposition(ContentDisposition newContentDisposition)
           
 

Constructors in org.apache.cxf.jaxrs.ext.multipart with parameters of type ContentDisposition
Attachment(String id, InputStream is, ContentDisposition cd)
           
 


Apache CXF API

Apache CXF