A C D E F G H I K L P R S T V W

A

AbstractDocumentFormatter - Class in fr.opensagres.xdocreport.template.formatter
 
AbstractDocumentFormatter() - Constructor for class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
AbstractDocumentFormatter.DirectiveToParse - Enum in fr.opensagres.xdocreport.template.formatter
 
AbstractDocumentHandler - Class in fr.opensagres.xdocreport.template.textstyling
Abstract class for document handler IDocumentHandler.
AbstractDocumentHandler() - Constructor for class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
AbstractFieldsMetadataClassSerializer - Class in fr.opensagres.xdocreport.template.formatter
Abstract class for Fields metadata serializer.
AbstractFieldsMetadataClassSerializer() - Constructor for class fr.opensagres.xdocreport.template.formatter.AbstractFieldsMetadataClassSerializer
 
AbstractTemplateEngine - Class in fr.opensagres.xdocreport.template
 
AbstractTemplateEngine() - Constructor for class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
AbstractTemplateEngineConfiguration - Class in fr.opensagres.xdocreport.template.config
 
AbstractTemplateEngineConfiguration() - Constructor for class fr.opensagres.xdocreport.template.config.AbstractTemplateEngineConfiguration
 
AbstractTextStylingTransformer - Class in fr.opensagres.xdocreport.template.textstyling
Abstract class for text styling transformer.
AbstractTextStylingTransformer() - Constructor for class fr.opensagres.xdocreport.template.textstyling.AbstractTextStylingTransformer
 
Activator - Class in fr.opensagres.xdocreport.template.internal.osgi
OSGi Activator to initialize/dispose template engine registry when bundle start/stop.
Activator() - Constructor for class fr.opensagres.xdocreport.template.internal.osgi.Activator
 
addField(String, boolean, String, String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
addFieldAsImage(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Add a field name which is considered as an image.
addFieldAsImage(String, String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Add a field name which is considered as an image.
addFieldAsList(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Add a field name which belongs to a list.
addFieldAsTextStyling(String, SyntaxKind) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Add a field name which can contains text stylink (Html, Wikipedia, etc..).
addFieldAsTextStyling(String, String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Add a field name which can contains text stylink (Html, Wikipedia, etc..).
addFieldName(String) - Method in class fr.opensagres.xdocreport.template.FieldsExtractor
 

C

characters(char[], int, int) - Method in class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingContentHandler
 
containsInterpolation(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
create() - Static method in class fr.opensagres.xdocreport.template.FieldsExtractor
 
createContext() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
Create a new context to register Java model.
createField(String) - Method in class fr.opensagres.xdocreport.template.FieldsExtractor
 
createTemplateEngine() - Method in interface fr.opensagres.xdocreport.template.discovery.ITemplateEngineDiscovery
Returns the default template engine to use for report generation when an IXDocReport is created with XDocReportRegistry#loadReport(java.io.InputStream) without specifying the template engine.

D

DEFAULT_AFTER_ROW_TOKEN - Static variable in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
DEFAULT_AFTER_TABLE_CELL_TOKEN - Static variable in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
DEFAULT_BEFORE_ROW_TOKEN - Static variable in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
DEFAULT_BEFORE_TABLE_CELL_TOKEN - Static variable in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
Directive - Class in fr.opensagres.xdocreport.template.formatter
 
Directive(Directive, String, String) - Constructor for class fr.opensagres.xdocreport.template.formatter.Directive
 
Directive.DirectiveType - Enum in fr.opensagres.xdocreport.template.formatter
 
DirectivesStack - Class in fr.opensagres.xdocreport.template.formatter
 
DirectivesStack() - Constructor for class fr.opensagres.xdocreport.template.formatter.DirectivesStack
 
doDispose() - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
doDispose() - Method in class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
 
doEndOrderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
doEndUnorderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
doLoad(FieldsMetadata, String, Class<?>, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractFieldsMetadataClassSerializer
Load
doStartOrderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
doStartUnorderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
doTransform(String, IDocumentHandler) - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractTextStylingTransformer
Transform the given content (with some syntax like HTML, Mediawiki, etc) to another syntax (docx, odt, etc).
doTransform(String, IDocumentHandler) - Method in class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingTransformer
 
DynamicBean - Class in fr.opensagres.xdocreport.template.internal
DynamicBean is used to emulate Java Bean.
DynamicBean() - Constructor for class fr.opensagres.xdocreport.template.internal.DynamicBean
 

E

EMPTY - Static variable in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
endBold() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
End bold style.
endDocument() - Method in class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingContentHandler
 
endDocument() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
End the document.
endElement(String, String, String) - Method in class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingContentHandler
 
endItalics() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
End italics style.
endListItem() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
End list item.
endOrderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
endOrderedList() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
End ordered list.
endParagraph() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
End paragraph.
endUnorderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
endUnorderedList() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
End unordered list.
escapeXML() - Method in class fr.opensagres.xdocreport.template.config.AbstractTemplateEngineConfiguration
 
escapeXML() - Method in interface fr.opensagres.xdocreport.template.config.ITemplateEngineConfiguration
 
existsReport(String) - Method in interface fr.opensagres.xdocreport.template.cache.ITemplateCacheInfoProvider
 
extractFields(IEntryReaderProvider, String, FieldsExtractor) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
extractFields(Reader, String, FieldsExtractor) - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
extractFields(IEntryReaderProvider, String, FieldsExtractor) - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
extractItemNameList(String, String, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
extractItemNameList(String, String, boolean) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
extractListDirectiveInfo(String, DirectivesStack) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
extractListDirectiveInfo(String, DirectivesStack) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
extractListDirectiveInfo(String, DirectivesStack, boolean) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
extractModelTokenPrefix(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 

F

FieldExtractor - Class in fr.opensagres.xdocreport.template
 
FieldExtractor(String) - Constructor for class fr.opensagres.xdocreport.template.FieldExtractor
 
FieldMetadata - Class in fr.opensagres.xdocreport.template.formatter
Field metadata.
FieldMetadata(String, boolean, String, String) - Constructor for class fr.opensagres.xdocreport.template.formatter.FieldMetadata
 
FieldMetadataImage - Class in fr.opensagres.xdocreport.template.formatter
 
FieldMetadataImage(String, String) - Constructor for class fr.opensagres.xdocreport.template.formatter.FieldMetadataImage
 
FieldsExtractor<T extends FieldExtractor> - Class in fr.opensagres.xdocreport.template
 
FieldsExtractor() - Constructor for class fr.opensagres.xdocreport.template.FieldsExtractor
 
FieldsMetadata - Class in fr.opensagres.xdocreport.template.formatter
Fields Metadata is used in the preprocessing step to modify some XML entries like generate script (Freemarker, Velocity...) for loop for Table row, generate script for Image...
FieldsMetadata() - Constructor for class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
FieldsMetadata(String) - Constructor for class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
FieldsMetadata(IFieldsMetadataClassSerializer) - Constructor for class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
FieldsMetadataXMLSerializer - Class in fr.opensagres.xdocreport.template.formatter
Fields metadata serializer used to load FieldsMetadata from XML and serialize FieldsMetadata to XML.
FieldsMetadataXMLSerializer() - Constructor for class fr.opensagres.xdocreport.template.formatter.FieldsMetadataXMLSerializer
 
formatAsFieldItemList(String, String, boolean) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
formatAsSimpleField(boolean, String...) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
formatAsTextStyling(String, String, String, String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
fr.opensagres.xdocreport.template - package fr.opensagres.xdocreport.template
 
fr.opensagres.xdocreport.template.cache - package fr.opensagres.xdocreport.template.cache
 
fr.opensagres.xdocreport.template.config - package fr.opensagres.xdocreport.template.config
 
fr.opensagres.xdocreport.template.discovery - package fr.opensagres.xdocreport.template.discovery
 
fr.opensagres.xdocreport.template.formatter - package fr.opensagres.xdocreport.template.formatter
 
fr.opensagres.xdocreport.template.internal - package fr.opensagres.xdocreport.template.internal
 
fr.opensagres.xdocreport.template.internal.osgi - package fr.opensagres.xdocreport.template.internal.osgi
 
fr.opensagres.xdocreport.template.registry - package fr.opensagres.xdocreport.template.registry
 
fr.opensagres.xdocreport.template.textstyling - package fr.opensagres.xdocreport.template.textstyling
 
fr.opensagres.xdocreport.template.textstyling.html - package fr.opensagres.xdocreport.template.textstyling.html
 
fr.opensagres.xdocreport.template.utils - package fr.opensagres.xdocreport.template.utils
 

G

get(String) - Method in interface fr.opensagres.xdocreport.template.IContext
Get the Java object with the given key which was registered and null otherwise.
getAfterRowToken() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
getAfterTableCellToken() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
getBeforeRowToken() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
getBeforeTableCellToken() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
getCachedTemplateName(String, String) - Static method in class fr.opensagres.xdocreport.template.utils.TemplateUtils
Returns the template cache name used to cache the given entry name (which is a template) of the given report id.
getConfiguration() - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
getConfiguration() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
getCurrentListIndex() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
getCurrentListOrder() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
getDefaultTemplateEngine() - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
getDescription() - Method in class fr.opensagres.xdocreport.template.discovery.HTMLTextStylingTransformerDiscovery
 
getDirectiveToParse(int, int, int, int) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
getDocumentFormatter() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
getEndDirective() - Method in class fr.opensagres.xdocreport.template.formatter.Directive
 
getEndDocumentDirective() - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
getEndDocumentDirective() - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getEndIfDirective(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getEndLoopDirective(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getEntryName(String, int) - Static method in class fr.opensagres.xdocreport.template.utils.TemplateUtils
Returns the entry name of of the given cached template name.
getFieldName() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
Returns the field name.
getFieldName() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadataImage
 
getFields() - Method in class fr.opensagres.xdocreport.template.FieldsExtractor
 
getFields() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Returns list of fields metadata.
getFieldsAsImage() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Returns list of fields name which are considered as an image.
getFieldsAsList() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Returns list of fields name which belongs to a list.
getFieldsAsTextStyling() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Returns list of fields name which can contains text styling.
getFieldsMetadataClassSerializer() - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
getFunctionDirective(String, String, String...) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getId() - Method in class fr.opensagres.xdocreport.template.discovery.HTMLTextStylingTransformerDiscovery
 
getId() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
Return the identifier of the template engine.
getImageDirective(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getImageFieldName(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
getImageHeightDirective(String, String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getImageName() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
Returns the image name.
getImageName() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadataImage
 
getImageWidthDirective(String, String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getIndexOfScript(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getIndexReportEntryName(String) - Static method in class fr.opensagres.xdocreport.template.utils.TemplateUtils
Returns the last index of the token '!'
getInstance() - Static method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadataXMLSerializer
 
getItem() - Method in class fr.opensagres.xdocreport.template.formatter.LoopDirective
 
getItemToken() - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
getKind() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
Returns the template engien kind (Freemarker, Velocity..)
getLoopCountDirective(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getMinIndex(int, int, int, int) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
getName() - Method in class fr.opensagres.xdocreport.template.FieldExtractor
 
getNewText() - Method in class fr.opensagres.xdocreport.template.config.ReplaceText
 
getOldText() - Method in class fr.opensagres.xdocreport.template.config.ReplaceText
 
getParent() - Method in class fr.opensagres.xdocreport.template.formatter.Directive
 
getRegistry() - Static method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
getRegistry() - Static method in class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
 
getReplacment() - Method in class fr.opensagres.xdocreport.template.config.AbstractTemplateEngineConfiguration
 
getReplacment() - Method in interface fr.opensagres.xdocreport.template.config.ITemplateEngineConfiguration
 
getReportId(String, int) - Static method in class fr.opensagres.xdocreport.template.utils.TemplateUtils
Returns the report of of the given cached template name.
getSequence() - Method in class fr.opensagres.xdocreport.template.formatter.LoopDirective
 
getStartDirective() - Method in class fr.opensagres.xdocreport.template.formatter.Directive
 
getStartDocumentDirective() - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
getStartDocumentDirective() - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getStartIfDirective(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getStartLoopDirective(String) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
getStartLoopDirective(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getStartLoopDirective(String, String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
getSyntaxKind() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
 
getTemplateCacheInfo(String, String) - Method in interface fr.opensagres.xdocreport.template.cache.ITemplateCacheInfoProvider
 
getTemplateCacheInfo(ITemplateCacheInfoProvider, String) - Static method in class fr.opensagres.xdocreport.template.utils.TemplateUtils
 
getTemplateCacheInfoProvider() - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
getTemplateCacheInfoProvider() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
getTemplateEngineKinds() - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
getTemplateEngines() - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
getTemplateEnginesDiscoveryCache() - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
getTextStylingTransformer(SyntaxKind) - Method in class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
Returns the text styling transformer for the given syntax kind.
getTextStylingTransformer(String) - Method in class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
Returns the text styling transformer for the given syntax kind.
getTransformer() - Method in class fr.opensagres.xdocreport.template.discovery.HTMLTextStylingTransformerDiscovery
 
getTransformer() - Method in interface fr.opensagres.xdocreport.template.discovery.ITextStylingTransformerDiscovery
Returns the text styling transformer.
getType() - Method in class fr.opensagres.xdocreport.template.formatter.Directive
 
getType() - Method in class fr.opensagres.xdocreport.template.formatter.IfDirective
 
getType() - Method in class fr.opensagres.xdocreport.template.formatter.LoopDirective
 

H

handleString(String) - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
handleString(String) - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Text content.
hasFieldsAsImage() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Returns true if there are fields as image and false otherwise.
HTMLTextStylingContentHandler - Class in fr.opensagres.xdocreport.template.textstyling.html
SAX content handler used to parse HTML content and call teh well method of IDocumentHandler according the HTML content.
HTMLTextStylingContentHandler(IDocumentHandler) - Constructor for class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingContentHandler
 
HTMLTextStylingTransformer - Class in fr.opensagres.xdocreport.template.textstyling.html
HTML text styling transformer to transform HTML to another document kind (odt, docx, etc) syntax.
HTMLTextStylingTransformer() - Constructor for class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingTransformer
 
HTMLTextStylingTransformerDiscovery - Class in fr.opensagres.xdocreport.template.discovery
Discovery to register HTML Text styling transformer HTMLTextStylingTransformer.
HTMLTextStylingTransformerDiscovery() - Constructor for class fr.opensagres.xdocreport.template.discovery.HTMLTextStylingTransformerDiscovery
 

I

IContext - Interface in fr.opensagres.xdocreport.template
Context used to register a Java model with given key.
IDocumentFormatter - Interface in fr.opensagres.xdocreport.template.formatter
 
IDocumentHandler - Interface in fr.opensagres.xdocreport.template.textstyling
Handler to build a document.
IfDirective - Class in fr.opensagres.xdocreport.template.formatter
 
IfDirective(Directive, String, String) - Constructor for class fr.opensagres.xdocreport.template.formatter.IfDirective
 
IFieldsMetadataClassSerializer - Interface in fr.opensagres.xdocreport.template.formatter
Fields metadata serializer used to load FieldsMetadata from Java Class model.
IMAGE_REGISTRY_KEY - Static variable in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
 
INSTANCE - Static variable in class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingTransformer
 
isDefault(ITemplateEngine) - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
isFieldAsImage(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
isImageType() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
Returns true if field is image type and false otherwise.
isListType() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
Returns true if field is list type and false otherwise.
isModelField(String, String) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
isUseTemplateCache(String) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
ITemplateCacheInfoProvider - Interface in fr.opensagres.xdocreport.template.cache
Template cache information provider.
ITemplateEngine - Interface in fr.opensagres.xdocreport.template
Template engine used to merge Java model with some entries (XML file) from an XML document archive.
ITemplateEngineConfiguration - Interface in fr.opensagres.xdocreport.template.config
 
ITemplateEngineDiscovery - Interface in fr.opensagres.xdocreport.template.discovery
Discovery used to create template engine instance.
ITextStylingTransformer - Interface in fr.opensagres.xdocreport.template.textstyling
Text styling transformer is used to transform some syntax (HTML, Mediawiki, etc) to another syntax (docx, odt, etc).
ITextStylingTransformerDiscovery - Interface in fr.opensagres.xdocreport.template.discovery
Discovery used to register text styling transformer ITextStylingTransformer.

K

KEY - Static variable in class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
 

L

load(FieldsMetadata, String, Class<?>) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractFieldsMetadataClassSerializer
 
load(FieldsMetadata, String, Class<?>, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractFieldsMetadataClassSerializer
 
load(FieldsMetadata, String, Class<?>) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Load simple fields metadata in the given fieldsMetadata by using the given key and Java Class.
load(FieldsMetadata, String, Class<?>, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Load simple/list fields metadata in the given fieldsMetadata by using the given key and Java Class.
load(FieldsMetadata, Reader) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadataXMLSerializer
Load fields metadata in the given FieldsMetadata from the given XML reader.
load(FieldsMetadata, InputStream) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadataXMLSerializer
Load fields metadata in the given FieldsMetadata from the given XML reader.
load(FieldsMetadata, String, Class<?>) - Method in interface fr.opensagres.xdocreport.template.formatter.IFieldsMetadataClassSerializer
Load simple fields metadata in the given fieldsMetadata by using the given key and Java Class.
load(FieldsMetadata, String, Class<?>, boolean) - Method in interface fr.opensagres.xdocreport.template.formatter.IFieldsMetadataClassSerializer
Load simple/list fields metadata in the given fieldsMetadata by using the given key and Java Class.
loadXML(Reader) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Load fields metadata from the given XML reader.
LoopDirective - Class in fr.opensagres.xdocreport.template.formatter
 
LoopDirective(Directive, String, String, String, String) - Constructor for class fr.opensagres.xdocreport.template.formatter.LoopDirective
 

P

peekDirective(Directive.DirectiveType) - Method in class fr.opensagres.xdocreport.template.formatter.DirectivesStack
 
peekOrNull() - Method in class fr.opensagres.xdocreport.template.formatter.DirectivesStack
 
populate(Collection<ReplaceText>) - Method in class fr.opensagres.xdocreport.template.config.AbstractTemplateEngineConfiguration
 
process(String, String, IEntryReaderProvider, IEntryWriterProvider, IContext) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
process(String, String, IEntryReaderProvider, Writer, IContext) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
process(String, IContext, Reader, Writer) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
process(String, String, IEntryReaderProvider, IEntryWriterProvider, IContext) - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
Merge Java model coming from the given context with the XML file entryName of the given document archive and modify the entry of the document archive.
process(String, String, IEntryReaderProvider, Writer, IContext) - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
process(String, IContext, Reader, Writer) - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
Merge Java model coming from the given context with the given reader and register the merge result in the given writer.
processNoCache(String, IContext, Reader, Writer) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
processWithCache(String, IContext, Writer) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
put(String, Object) - Method in interface fr.opensagres.xdocreport.template.IContext
Register a Java object with the given key.
putContextForDottedKey(IContext, String, Object) - Static method in class fr.opensagres.xdocreport.template.utils.TemplateUtils
If key has '.' character in the key (ex : project.name), this method create a DynamicBean instance to emulate the bean Project#getName().

R

registerInstance(ITemplateEngineDiscovery) - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
registerInstance(ITextStylingTransformerDiscovery) - Method in class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
 
ReplaceText - Class in fr.opensagres.xdocreport.template.config
 
ReplaceText(String, String) - Constructor for class fr.opensagres.xdocreport.template.config.ReplaceText
 

S

save(FieldsMetadata, Writer, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadataXMLSerializer
Serialize as XML the given FieldsMetadata to the given XML writer.
save(FieldsMetadata, OutputStream, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadataXMLSerializer
Serialize as XML the given FieldsMetadata to the given XML output stream.
saveXML(Writer) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Serialize as XML without indentation the fields metadata to the given XML writer.
saveXML(Writer, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
Serialize as XML the fields metadata to the given XML writer.
setAfterRowToken(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
setAfterTableCellToken(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
setBeforeRowToken(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
setBeforeTableCellToken(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
setConfiguration(ITemplateEngineConfiguration) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
setConfiguration(ITemplateEngineConfiguration) - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
setDefaultTemplateEngine(ITemplateEngine) - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
setEndDocumentDirective(String) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
setImageName(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
Set image name.
setListType(boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
Set true if field is list type and false otherwise.
setStartDocumentDirective(String) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
 
setSyntaxKind(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
 
setTemplateCacheInfoProvider(ITemplateCacheInfoProvider) - Method in class fr.opensagres.xdocreport.template.AbstractTemplateEngine
 
setTemplateCacheInfoProvider(ITemplateCacheInfoProvider) - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
 
setValue(String[], Object, int) - Method in class fr.opensagres.xdocreport.template.internal.DynamicBean
 
start(BundleContext) - Method in class fr.opensagres.xdocreport.template.internal.osgi.Activator
 
startBold() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Start bold style.
startDocument() - Method in class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingContentHandler
 
startDocument() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Start the document.
startElement(String, String, String, Attributes) - Method in class fr.opensagres.xdocreport.template.textstyling.html.HTMLTextStylingContentHandler
 
startItalics() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Start italics style.
startListItem() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Start list item.
startOrderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
startOrderedList() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Start ordered list.
startParagraph() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Start paragraph.
startUnorderedList() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
startUnorderedList() - Method in interface fr.opensagres.xdocreport.template.textstyling.IDocumentHandler
Start unordered list.
stop(BundleContext) - Method in class fr.opensagres.xdocreport.template.internal.osgi.Activator
 
SyntaxKind - Enum in fr.opensagres.xdocreport.template.textstyling
Kind of syntax used for text styling.

T

TemplateEngineKind - Enum in fr.opensagres.xdocreport.template
 
TemplateEngineRegistry - Class in fr.opensagres.xdocreport.template.registry
Template engine registry stores instance of ITemplateEngine for template engine kind (Freemarker, Velocity) and document kind (odt, docx..)
TemplateEngineRegistry() - Constructor for class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
 
TemplateUtils - Class in fr.opensagres.xdocreport.template.utils
Utilities for template cache, context.
TemplateUtils() - Constructor for class fr.opensagres.xdocreport.template.utils.TemplateUtils
 
TextStylingTransformerRegistry - Class in fr.opensagres.xdocreport.template.textstyling
Text styling registry stores instance of ITextStylingTransformer for text styling kind SyntaxKind (Html, Mediawiki, etc...).
TextStylingTransformerRegistry() - Constructor for class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
 
toString() - Method in class fr.opensagres.xdocreport.template.formatter.Directive
 
toString() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
 
toString() - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 
transform(String, IDocumentHandler) - Method in class fr.opensagres.xdocreport.template.textstyling.AbstractTextStylingTransformer
 
transform(String, IDocumentHandler) - Method in interface fr.opensagres.xdocreport.template.textstyling.ITextStylingTransformer
Transform the given content (with some syntax like HTML, MediaWiki, etc) to another syntax (docx, odt, etc).
TRANSFORM_METHOD - Static variable in class fr.opensagres.xdocreport.template.textstyling.TextStylingTransformerRegistry
 

V

valueOf(String) - Static method in enum fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter.DirectiveToParse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.opensagres.xdocreport.template.formatter.Directive.DirectiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.opensagres.xdocreport.template.TemplateEngineKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.opensagres.xdocreport.template.textstyling.SyntaxKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter.DirectiveToParse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.opensagres.xdocreport.template.formatter.Directive.DirectiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.opensagres.xdocreport.template.TemplateEngineKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.opensagres.xdocreport.template.textstyling.SyntaxKind
Returns an array containing the constants of this enum type, in the order they are declared.

W

writer - Variable in class fr.opensagres.xdocreport.template.textstyling.AbstractDocumentHandler
 

A C D E F G H I K L P R S T V W

Copyright © 2011. All Rights Reserved.