SobekCM.Library.MainWriters Namespace
Contains the main writers for the different types of responses (i.e., html, oai, data, xml, etc..)
Classes
| Class | Description |
---|
| abstractMainWriter | Abstract class which all main writer classes must extend |
| DataProvider_MainWriter | Main writer provides datatables as JSON to drive anything which requires
server-side paging or sorting of a large amount of data. |
| Dataset_MainWriter | Main writer writes search results and item browses as a dataset represented in
XML format to the response stream. This is the native Microsoft.NET format, easily read into
a remote dataset by using DataSet.ReadXML() |
| Html_Echo_MainWriter | HTML echo writer is generally used just for directing search engine robots to pre-existing
html pages for indexing items, etc.. |
| Html_MainWriter | Main writer writes the HTML response to a user's request |
| Json_MainWriter | Main writer writes search results, item browses, and item information in Java Simple Object
Notation for interfacing with the iPhone mobile applications |
| Oai_MainWriter | Main writer writes browses in OAI-PMH format |
| Xml_MainWriter | Main writer writes search results and item browses as simplified XML to the response stream. |