fr.opensagres.xdocreport.document.ods
Class ODSReport

java.lang.Object
  extended by fr.opensagres.xdocreport.document.AbstractXDocReport
      extended by fr.opensagres.xdocreport.document.ods.ODSReport
All Implemented Interfaces:
IXDocReport, ODSConstants, Serializable

public class ODSReport
extends AbstractXDocReport
implements ODSConstants

Open Office ODS report.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface fr.opensagres.xdocreport.document.ods.ODSConstants
CONTENT_XML_ENTRY, DESCRIPTION_DISCOVERY, ID_DISCOVERY, MIME_MAPPING, MIMETYPE, ODS_EXTENSION, ODS_MIMETYPE, STYLES_XML_ENTRY
 
Constructor Summary
ODSReport()
           
 
Method Summary
protected  IImageRegistry createImageRegistry(IEntryReaderProvider readerProvider, IEntryWriterProvider writerProvider, IEntryOutputStreamProvider outputStreamProvider)
           
protected  String[] getDefaultXMLEntries()
           
 String getKind()
           
 MimeMapping getMimeMapping()
           
static boolean isODS(XDocArchive documentArchive)
           
protected  void registerPreprocessors()
           
 
Methods inherited from class fr.opensagres.xdocreport.document.AbstractXDocReport
addPreprocessor, clearData, convert, createContext, createFieldsMetadata, doPostprocessIfNeeded, extractFields, extractFields, getConverter, getData, getFieldsMetadata, getId, getLastModified, getOriginalDocumentArchive, getPreprocessedDocumentArchive, getTemplateEngine, getXMLEntries, isPreprocessed, load, onAfterPreprocessing, onAfterProcessTemplateEngine, onBeforePreprocessing, onBeforeProcessTemplateEngine, preprocess, process, process, removeAllPreprocessors, removePreprocessor, save, saveEntry, setCacheOriginalDocument, setData, setDocumentArchive, setFieldsMetadata, setId, setTemplateEngine, setXMLEntries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODSReport

public ODSReport()
Method Detail

getKind

public String getKind()
Specified by:
getKind in interface IXDocReport

registerPreprocessors

protected void registerPreprocessors()
Specified by:
registerPreprocessors in class AbstractXDocReport

getDefaultXMLEntries

protected String[] getDefaultXMLEntries()
Specified by:
getDefaultXMLEntries in class AbstractXDocReport

getMimeMapping

public MimeMapping getMimeMapping()
Specified by:
getMimeMapping in interface IXDocReport

isODS

public static boolean isODS(XDocArchive documentArchive)

createImageRegistry

protected IImageRegistry createImageRegistry(IEntryReaderProvider readerProvider,
                                             IEntryWriterProvider writerProvider,
                                             IEntryOutputStreamProvider outputStreamProvider)
Specified by:
createImageRegistry in class AbstractXDocReport


Copyright © 2012. All Rights Reserved.