Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.jaxrs.ext.multipart.ContentDisposition

public class ContentDisposition
extends Object


Constructor Summary
ContentDisposition(String value)
           
 
Method Summary
 String getParameter(String name)
           
 Map<String,String> getParameters()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentDisposition

public ContentDisposition(String value)
Method Detail

getType

public String getType()

getParameter

public String getParameter(String name)

getParameters

public Map<String,String> getParameters()

toString

public String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF