1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: CCS
- (c) Copyright IBM Corp. 2005, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <formats>
- <formatter>
- <class>com.cognos.ccs.formats.html.HTMLHandler</class>
- <name>HTML</name>
- <contentType>text/html; charset=UTF-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.portalfragment.PortalFragment</class>
- <name>PortalFragment</name>
- <contentType>text/xml; charset=UTF-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.htmlfragment.HTMLFragmentHandler</class>
- <name>HTMLFragment</name>
- <contentType>text/xml; charset=UTF-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.raas.RaasHandler</class>
- <name>Simple</name>
- <contentType>text/xml; charset=UTF-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.json.JSONHandler</class>
- <name>JSON</name>
- <contentType>application/json;charset=utf-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.image.ImageHandler</class>
- <name>Image</name>
- <contentType>image/png</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.dataset.DatasetHandler</class>
- <name>Dataset</name>
- <contentType>text/xml; charset=UTF-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.datasetatom.DatasetAtomHandler</class>
- <name>DatasetAtom</name>
- <contentType>text/xml; charset=UTF-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.datasetjson.DatasetJSONHandler</class>
- <name>DatasetJSON</name>
- <contentType>application/json;charset=utf-8</contentType>
- </formatter>
- <formatter>
- <class>com.cognos.ccs.formats.dashboardimage.DashboardImageHandler</class>
- <name>DImage</name>
- <contentType>image/png</contentType>
- </formatter>
- </formats>
|