Global Information
| Usual Config. File | Avail. Since | Deprec. Since |
|---|---|---|
| conf/portal/configuration.xml in exo.core.component.document-XXX.jar |
Component Implementations
| Module | Implementation | Description | |
|---|---|---|---|
| core | org.exoplatform.services.document.impl.DocumentReaderServiceImpl | Map storage implementation | see plugin details below |
org.exoplatform.services.document.impl.DocumentReaderServiceImpl's plugin
Add Plugin Method: addDocumentReader| Module | Implementation | Description | |
|---|---|---|---|
| core | org.exoplatform.services.document.impl.BaseDocumentReader | Root class of all plugins | see implementations below |
org.exoplatform.services.document.impl.BaseDocumentReader's implementation
| Module | Implementation | Description |
|---|---|---|
| core | org.exoplatform.services.document.impl.HTMLDocumentReader | Extracts text from files which mime type is "text/html" |
| core | org.exoplatform.services.document.impl.MSExcelDocumentReader | Extracts text and properties from files which mime type is "application/excel" or "application/xls" |
| core | org.exoplatform.services.document.impl.MSOutlookDocumentReader | Extracts text from files which mime type is "application/vnd.ms-outlook" |
| core | org.exoplatform.services.document.impl.MSWordDocumentReader | Extracts text and properties from files which mime type is "application/msword", "application/msworddoc" or "application/msworddot" |
| core | org.exoplatform.services.document.impl.OpenOfficeDocumentReader | Extracts text and properties from files which mime type is "application/vnd.oasis.opendocument.database", "application/vnd.oasis.opendocument.formula", "application/vnd.oasis.opendocument.graphics", "application/vnd.oasis.opendocument.presentation", "application/vnd.oasis.opendocument.spreadsheet" or "application/vnd.oasis.opendocument.text" |
| core | org.exoplatform.services.document.impl.PDFDocumentReader | Extracts text and properties from files which mime type is "application/pdf" |
| core | org.exoplatform.services.document.impl.PPTDocumentReader | Extracts text and properties from files which mime type is "application/powerpoint" or "application/ppt" |
| core | org.exoplatform.services.document.impl.TextPlainDocumentReader | Extracts text from files which mime type is "text/plain" |
| core | org.exoplatform.services.document.impl.XMLDocumentReader | Extracts text from files which mime type is "text/xml" |
See also
on 07/08/2008 at 15:50