Class | Description |
---|---|
Factory |
Use this factory to get the appropriate viewer for a file name.
|
HTMLViewer |
Executes "/usr/jserv/bin/html.sh" to convert a HTML to a plain text representation.
|
PDFViewer |
Executes "/usr/jserv/bin/pdf.sh" to convert a PDF to a plain text representation.
|
RTFViewer |
Executes "/usr/jserv/bin/rtf.sh" to convert a RTF to a plain text representation.
|
SPAMViewer |
Executes "/usr/jserv/portal/bin/smtp_spamfilter/check_outgoing.sh" to check if an email is a spam or not.
|
TXTViewer |
Executes "/usr/jserv/bin/txt.sh" to convert a text file to a plain text representation.
|
Viewer |
Viewers are used to transform some input files into String representations.
|
WordViewer |
Executes "/usr/jserv/bin/word.sh" to convert a Word document to a plain text representation.
|
Viewer
automatically selects the best one upon the
extension of the given file.