Package org.apache.cxf.attachment
Class ContentDisposition
- java.lang.Object
-
- org.apache.cxf.attachment.ContentDisposition
-
public class ContentDisposition extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentDisposition(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
String
getParameter(String name)
Map<String,String>
getParameters()
String
getType()
String
toString()
-
-
-
Constructor Detail
-
ContentDisposition
public ContentDisposition(String value)
-
-