formats.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: CCS
  5. (c) Copyright IBM Corp. 2005, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <formats>
  9. <formatter>
  10. <class>com.cognos.ccs.formats.html.HTMLHandler</class>
  11. <name>HTML</name>
  12. <contentType>text/html; charset=UTF-8</contentType>
  13. </formatter>
  14. <formatter>
  15. <class>com.cognos.ccs.formats.portalfragment.PortalFragment</class>
  16. <name>PortalFragment</name>
  17. <contentType>text/xml; charset=UTF-8</contentType>
  18. </formatter>
  19. <formatter>
  20. <class>com.cognos.ccs.formats.htmlfragment.HTMLFragmentHandler</class>
  21. <name>HTMLFragment</name>
  22. <contentType>text/xml; charset=UTF-8</contentType>
  23. </formatter>
  24. <formatter>
  25. <class>com.cognos.ccs.formats.raas.RaasHandler</class>
  26. <name>Simple</name>
  27. <contentType>text/xml; charset=UTF-8</contentType>
  28. </formatter>
  29. <formatter>
  30. <class>com.cognos.ccs.formats.json.JSONHandler</class>
  31. <name>JSON</name>
  32. <contentType>application/json;charset=utf-8</contentType>
  33. </formatter>
  34. <formatter>
  35. <class>com.cognos.ccs.formats.image.ImageHandler</class>
  36. <name>Image</name>
  37. <contentType>image/png</contentType>
  38. </formatter>
  39. <formatter>
  40. <class>com.cognos.ccs.formats.dataset.DatasetHandler</class>
  41. <name>Dataset</name>
  42. <contentType>text/xml; charset=UTF-8</contentType>
  43. </formatter>
  44. <formatter>
  45. <class>com.cognos.ccs.formats.datasetatom.DatasetAtomHandler</class>
  46. <name>DatasetAtom</name>
  47. <contentType>text/xml; charset=UTF-8</contentType>
  48. </formatter>
  49. <formatter>
  50. <class>com.cognos.ccs.formats.datasetjson.DatasetJSONHandler</class>
  51. <name>DatasetJSON</name>
  52. <contentType>application/json;charset=utf-8</contentType>
  53. </formatter>
  54. <formatter>
  55. <class>com.cognos.ccs.formats.dashboardimage.DashboardImageHandler</class>
  56. <name>DImage</name>
  57. <contentType>image/png</contentType>
  58. </formatter>
  59. </formats>