|
|
|
Basic or direct Content Handlers are Content Handler modules that retrieve documents or other content from one specific source - a file system, URL or FTP site.
|
| DocumentContentHandler wrapper that provides a temporary "Processing" page while page is being acquired/processed. |
|
| ContentHandler implementation for Documents stored in a Documentum docbase. |
|
| ContentHandler implementation for Documents stored in a Documentum eRoom. |
|
| ContentHandler implementation for Documents stored in a File system. |
|
| ContentHandler implementation that retrieves documents from an FTP source. |
|
| DocumentContentHandler for network file shares - uses JCIFS / SMB library. |
|
| Document Content placeholder - returns an empty string. |
|
| Redirect client to the URL passed in. Can be used for file types or services not supported by ContentHandlers or that are protected by client authentication. |
|
| Writes the document to a temporary file and adds javascript code to redirect the browser to a document. Useful in certain security situations. |
|
| Retrieves a document from a secure source. Wraps all hyperlinks back to this content handler to maintain session scope. |
|
| Uses SOAP source to retrieve a document. |
|
| DocumentContentHandler implementation for documents accessable by a URL. |
|
| Configurable Document Content Handler using the Verity VView API. |