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.dump

Class fr.opensagres.xdocreport.document.dump.AbstractProjectDumper.ProjectDumperOption extends DumperOptions implements Serializable

Class fr.opensagres.xdocreport.document.dump.DumperOptions extends HashMap<String,Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

String kind

Package fr.opensagres.xdocreport.document.dump.eclipse

Class fr.opensagres.xdocreport.document.dump.eclipse.EclipseProjectDumper.EclipseProjectDumperOptions extends AbstractProjectDumper.ProjectDumperOption implements Serializable


Package fr.opensagres.xdocreport.document.dump.java

Class fr.opensagres.xdocreport.document.dump.java.JavaMainDumper.JavaMainDumperOptions extends DumperOptions implements Serializable


Package fr.opensagres.xdocreport.document.dump.maven

Class fr.opensagres.xdocreport.document.dump.maven.MavenProjectDumper.MavenProjectDumperOptions extends AbstractProjectDumper.ProjectDumperOption implements Serializable


Package fr.opensagres.xdocreport.document.json

Class fr.opensagres.xdocreport.document.json.JSONArray extends ArrayList implements Serializable

Serialized Fields

upperCaseFirstChar

boolean upperCaseFirstChar

Class fr.opensagres.xdocreport.document.json.JSONException extends RuntimeException implements Serializable

serialVersionUID: 0L

Serialized Fields

cause

Throwable cause

Class fr.opensagres.xdocreport.document.json.JSONImage extends JSONObject implements Serializable

Class fr.opensagres.xdocreport.document.json.JSONObject extends HashMap implements Serializable

Serialized Fields

isDate

boolean isDate

isImage

boolean isImage

upperCaseFirstChar

boolean upperCaseFirstChar

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

ICacheStorage<K,V> cachedReports
IXDocReport cache.


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 © 2013. All Rights Reserved.