- 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
-
- AbstractFieldsMetadataClassSerializer - Class in fr.opensagres.xdocreport.template.formatter
-
Abstract class for Fields metadata serializer.
- AbstractFieldsMetadataClassSerializer(String, String) - 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
-
- 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
-
- addCustomFormatter(ICustomFormatter) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Add custom formatter.
- addField(String, Boolean, String, String, Boolean) - 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, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Add a field name which is considered as an image.
- addFieldAsImage(String, NullImageBehaviour) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Add a field name which is considered as an image.
- addFieldAsImage(String, NullImageBehaviour, boolean) - 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.
- addFieldAsImage(String, String, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
- addFieldAsImage(String, String, NullImageBehaviour) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
- addFieldAsImage(String, String, NullImageBehaviour, boolean) - 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, SyntaxKind, boolean) - 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..).
- addFieldAsTextStyling(String, String, boolean) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Add a field name which can contains text stylink (Html, Wikipedia, etc..).
- addFieldName(String, boolean) - Method in class fr.opensagres.xdocreport.template.FieldsExtractor
-
- addFieldReplacement(String, String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Add field replacement.
- addMapping(String, String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldReplacementFormatter
-
- 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
-
- getAfterTableToken() - 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
-
- getBeforeTableToken() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
- getBehaviour() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
-
Returns the "field" behavior to use when the stream of the image is null.
- getBehaviour() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Returns the "global" behaviour to use when the stream of the image is null.
- 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
-
- getContextMap() - Method in interface fr.opensagres.xdocreport.template.IContext
-
- getCustomFormatter() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Returns list of custom formatters and null otherwise.
- getDefaultTemplateEngine() - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
-
- getDefineDirective(String, String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- getDescription() - Method in class fr.opensagres.xdocreport.template.formatter.AbstractFieldsMetadataClassSerializer
-
- getDescription() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
-
- getDescription() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Returns the description of fields metadata.
- getDirectiveToParse(int, int, int, int) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
-
- getDocumentFormatter() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
-
- getElseDirective() - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- 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
-
- getEndNoParse(IDocumentFormatter, FieldsMetadata) - Static method in class fr.opensagres.xdocreport.template.formatter.Directive
-
- getEndNoParse() - 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.
- getFieldAsImage(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
- getFieldAsTextStyling(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Returns the fields metadata as text styling from the given content and
null otherwise.
- getFieldName(String, String) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractFieldsMetadataClassSerializer
-
- 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.
- getFieldsMetadata() - Method in class fr.opensagres.xdocreport.template.formatter.sax.FieldsMetadataContentHandler
-
- getFunctionDirective(boolean, String, String, String...) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
-
- getFunctionDirective(String, String, String...) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
-
- getFunctionDirective(boolean, boolean, String, String, String...) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- getFunctionDirective(boolean, String, String, String...) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- getFunctionDirective(String, String, String...) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- getId() - Method in class fr.opensagres.xdocreport.template.formatter.AbstractFieldsMetadataClassSerializer
-
- getId() - Method in interface fr.opensagres.xdocreport.template.ITemplateEngine
-
Return the identifier of the template engine.
- getImageFieldName(String) - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
- getImageName() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadata
-
Returns the image name.
- getImageName() - Method in class fr.opensagres.xdocreport.template.formatter.FieldMetadataImage
-
- 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.FieldsMetadataComparator
-
- getInstance() - Static method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadataXMLSerializer
-
- getInstance() - Static method in class fr.opensagres.xdocreport.template.formatter.FieldsNameComparator
-
- 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.FieldsMetadataClassSerializerRegistry
-
- getRegistry() - Static method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
-
- 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
-
- getSerializer(String) - Method in class fr.opensagres.xdocreport.template.registry.FieldsMetadataClassSerializerRegistry
-
- getSetDirective(String, String) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
-
- getSetDirective(String, String, boolean) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- getSetDirective(String, String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- 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 class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
-
- getStartIfDirective(String) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- getStartIfDirective(String, boolean) - Method in interface fr.opensagres.xdocreport.template.formatter.IDocumentFormatter
-
- getStartIfDirectiveIfExists(String) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
-
- getStartIfDirectiveIfExists(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
-
- getStartNoParse(IDocumentFormatter, FieldsMetadata) - Static method in class fr.opensagres.xdocreport.template.formatter.Directive
-
- getStartNoParse() - 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
-
- getTemplateEngine(TemplateEngineKind) - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
-
- getTemplateEngine(String) - Method in class fr.opensagres.xdocreport.template.registry.TemplateEngineRegistry
-
- getTemplateEngine(IContext) - Static method in class fr.opensagres.xdocreport.template.TemplateContextHelper
-
Retrieves the template engine from the given context.
- getTemplateEngineKind() - Method in class fr.opensagres.xdocreport.template.formatter.FieldsMetadata
-
Returns the template engine kind.
- 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
-
- 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
-
- getVariableName(long) - Method in class fr.opensagres.xdocreport.template.formatter.AbstractDocumentFormatter
-