public static class DapProtocol.ContentType extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
contenttype |
String |
htmltype |
RequestMode |
mode |
String |
texttype |
String |
xmltype |
| Constructor and Description |
|---|
ContentType(RequestMode mode,
String contenttype,
String xmltype,
String texttype,
String htmltype) |
public RequestMode mode
public String contenttype
public String xmltype
public String texttype
public String htmltype
public ContentType(RequestMode mode, String contenttype, String xmltype, String texttype, String htmltype)
public String getFormat(dap4.core.util.ResponseFormat format) throws dap4.core.util.DapException
dap4.core.util.DapException