MainGetting StartedSearch
Basic Content Handlers

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.

  • AjaxDocumentContentHandler
  • DocumentContentHandler wrapper that provides a temporary "Processing" page while page is being acquired/processed.
  • DocumentumDocumentContentHandler
  • ContentHandler implementation for Documents stored in a Documentum docbase.
  • ERoomDocumentContentHandler
  • ContentHandler implementation for Documents stored in a Documentum eRoom.
  • FileDocumentContentHandler
  • ContentHandler implementation for Documents stored in a File system.
  • FTPDocumentContentHandler
  • ContentHandler implementation that retrieves documents from an FTP source.
  • JCIFSDocumentContentHandler
  • DocumentContentHandler for network file shares - uses JCIFS / SMB library.
  • NullDocumentContentHandler
  • Document Content placeholder - returns an empty string.
  • RedirectContentHandler
  • 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.
  • RedirectFileContentHandler
  • Writes the document to a temporary file and adds javascript code to redirect the browser to a document. Useful in certain security situations.
  • SecureDocumentContentHandler
  • Retrieves a document from a secure source. Wraps all hyperlinks back to this content handler to maintain session scope.
  • SOAPDocumentContentHandler
  • Uses SOAP source to retrieve a document.
  • URLDocumentContentHandler
  • DocumentContentHandler implementation for documents accessable by a URL.
  • VerityDocumentContentHandler
  • Configurable Document Content Handler using the Verity VView API.