Serialized Form


Package fr.opensagres.xdocreport.document

Class fr.opensagres.xdocreport.document.AbstractXDocReport extends Object implements Serializable

serialVersionUID: -6632379345569386476L

Serialized Fields

preprocessors

Map<K,V> preprocessors
Map of IXDocPreprocessor to execute for an entry of the zipped XML Document (odt, docx...).


id

String id
id of the IXDocReport. This id is used to cache an instance of IXDocReport with {@link XDocReportRegistry#loadReport(InputStream) and get instance from cache with


templateEngine

ITemplateEngine templateEngine
Template engine to use to merge Java model with the XML files of the from entries of the zipped XML Document (odt, docx...) defined by AbstractXDocReport.getXMLEntries().


originalArchive

XDocArchive originalArchive
Zipped XML Document (odt, docx) which is the original XML Document..


preprocessedArchive

XDocArchive preprocessedArchive
Zipped XML Document (odt, docx) which is the original XML Document preprocessed.


xmlEntries

String[] xmlEntries
XML entries which define XML document to merge with Java model with template engine.


fieldsMetadata

FieldsMetadata fieldsMetadata
Fields metadata used to manage lazy loop for table row.


preprocessed

boolean preprocessed
True if preprocessing was done et false otherwise.


cacheOriginalDocument

boolean cacheOriginalDocument
Cache or not for original document archive.


data

Map<K,V> data
Custom data.


lastModified

long lastModified

elementsCache

Map<K,V> elementsCache
Map of BufferedElement used for text styling to


Package fr.opensagres.xdocreport.document.registry

Class fr.opensagres.xdocreport.document.registry.XDocReportRegistry extends AbstractRegistry<IXDocReportFactoryDiscovery> implements Serializable

serialVersionUID: 1653550067972102340L

Serialized Fields

reportFactoryDiscoveries

Collection<E> reportFactoryDiscoveries

cachedReports

Map<K,V> cachedReports

Package fr.opensagres.xdocreport.document.web

Class fr.opensagres.xdocreport.document.web.AbstractProcessXDocReportServlet extends BaseXDocReportServlet implements Serializable

serialVersionUID: -4228326301636062279L

Serialized Fields

cacheOriginalDocument

boolean cacheOriginalDocument

Class fr.opensagres.xdocreport.document.web.BaseXDocReportServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -5890298276937085849L

Serialized Fields

encoding

String encoding

forceEncoding

boolean forceEncoding

Class fr.opensagres.xdocreport.document.web.UploadXDocReportServlet extends BaseXDocReportServlet implements Serializable

serialVersionUID: 9102651291455406387L


Package fr.opensagres.xdocreport.document.web.dispatcher

Class fr.opensagres.xdocreport.document.web.dispatcher.ProcessDispatcherXDocReportServlet extends AbstractProcessXDocReportServlet implements Serializable

serialVersionUID: -1568586154827821538L

Serialized Fields

dispatchers

List<E> dispatchers



Copyright © 2012. All Rights Reserved.