fr.opensagres.xdocreport.document.docx.discovery
Class DocxReportFactoryDiscovery

java.lang.Object
  extended by fr.opensagres.xdocreport.document.discovery.AbstractXDocReportFactoryDiscovery
      extended by fr.opensagres.xdocreport.document.docx.discovery.DocxReportFactoryDiscovery
All Implemented Interfaces:
IBaseDiscovery, IXDocReportFactoryDiscovery

public class DocxReportFactoryDiscovery
extends AbstractXDocReportFactoryDiscovery

MS Word DOCX discovery used by the XDocReportRegistry.loadReport(java.io.InputStream) to create an instance of DocxReport if input stream to load is an ODS.


Constructor Summary
DocxReportFactoryDiscovery()
           
 
Method Summary
 IXDocReport createReport()
           
 String getDescription()
           
 String getId()
           
 MimeMapping getMimeMapping()
           
 Class<?> getReportClass()
           
 boolean isAdaptFor(XDocArchive documentArchive)
           
 
Methods inherited from class fr.opensagres.xdocreport.document.discovery.AbstractXDocReportFactoryDiscovery
isAdaptFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocxReportFactoryDiscovery

public DocxReportFactoryDiscovery()
Method Detail

isAdaptFor

public boolean isAdaptFor(XDocArchive documentArchive)

createReport

public IXDocReport createReport()

getMimeMapping

public MimeMapping getMimeMapping()

getDescription

public String getDescription()

getId

public String getId()

getReportClass

public Class<?> getReportClass()


Copyright © 2013. All Rights Reserved.