Serialized Form
|
Package fr.opensagres.xdocreport.document |
serialVersionUID: -6632379345569386476L
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 |
serialVersionUID: 1L
kind
String kind
|
Package fr.opensagres.xdocreport.document.dump.eclipse |
|
Package fr.opensagres.xdocreport.document.dump.java |
|
Package fr.opensagres.xdocreport.document.dump.maven |
|
Package fr.opensagres.xdocreport.document.json |
upperCaseFirstChar
boolean upperCaseFirstChar
serialVersionUID: 0L
cause
Throwable cause
isDate
boolean isDate
isImage
boolean isImage
upperCaseFirstChar
boolean upperCaseFirstChar
|
Package fr.opensagres.xdocreport.document.registry |
serialVersionUID: 1653550067972102340L
reportFactoryDiscoveries
Collection<E> reportFactoryDiscoveries
cachedReports
ICacheStorage<K,V> cachedReports
- IXDocReport cache.
|
Package fr.opensagres.xdocreport.document.web |
serialVersionUID: -4228326301636062279L
cacheOriginalDocument
boolean cacheOriginalDocument
serialVersionUID: -5890298276937085849L
encoding
String encoding
forceEncoding
boolean forceEncoding
serialVersionUID: 9102651291455406387L
|
Package fr.opensagres.xdocreport.document.web.dispatcher |
serialVersionUID: -1568586154827821538L
dispatchers
List<E> dispatchers
Copyright © 2013. All Rights Reserved.