Uses of Interface
org.faceless.publisher.ext.ReportFactoryExtension
Packages that use ReportFactoryExtension
Package
Description
Provides the main classes for BFO Publisher
Contains extensions to BFO Publisher which are used to add functionality
-
Uses of ReportFactoryExtension in org.faceless.publisher
Methods in org.faceless.publisher with type parameters of type ReportFactoryExtensionModifier and TypeMethodDescription<T extends ReportFactoryExtension>
TReportFactory.getReportFactoryExtension(Class<T> clazz) Return the firstReportFactoryExtensionin the list returned byReportFactory.getReportFactoryExtensions()that is the specified class, or null if there is no matchMethods in org.faceless.publisher that return types with arguments of type ReportFactoryExtensionModifier and TypeMethodDescriptionReportFactory.getReportFactoryExtensions()Return the list ofReportFactoryExtensionobjects added to this Factory to extend functionality. -
Uses of ReportFactoryExtension in org.faceless.publisher.ext
Subinterfaces of ReportFactoryExtension in org.faceless.publisher.extModifier and TypeInterfaceDescriptioninterfaceA subtype of ReportFactoryExtension that should be implemented to add support for particular types of digital signatureClasses in org.faceless.publisher.ext that implement ReportFactoryExtensionModifier and TypeClassDescriptionclassA ReportFactoryExtension which will convert any content MathML to presentation MathML, allowing it to be rendered.classThe DefaultSignatureExtension handles the signing process for PDF digital signatures with an engine of "default" (which is the default value if the "engine" param is not specified).classAn extension to use the Apache FreeMarker template library as a pre-processor to generate the HTML/XML parsed by BFO Publisher.classSupports GlobalSign DSS signatures with the "globalsign.dss" or "globalsign.qss" engine.classA ReportFactoryExtension which is required to support thedir="auto"attribute when parsing HTML, this extension will convert those to "left" or "right" based on the content of the element.classA ReportFactoryExtension that will add support for the "xmlns" prefix to defined namespaces for HTML parsing, in the same way it already exists for XML.classAn XMLFilter which can be specified with "bfo:xslt" on theabout:indexresource to style the generated index as a book index.classThe LessStylesheetExtension adds the ability to natively use the "Less" stylesheet format defined at https://lesscss.org.classA ReportFactoryExtension that will process any <?classAllow the loading ofjavax.mail.internet.WrapMimeMessageMail messages into the Report.classThe MailServerExtension offers a standard way to access email messages, using the "imap" URL schema described in RFC5092.classThe ScssStylesheetExtension adds the ability to natively use the "Scss" stylesheet format defined at https://sass-lang.com.classA ReportFactoryExtension that will listen for any hyperlinks in the document, consider whether the document being linked to is "local" and if it is, attach it to the PDF as another PDF and redirect all links to that document.classAn XML filter that will expand the "single attribute" values used with SSML to their expanded versions, which are used by the PDF outputclassA ReportFactoryExtension that adds support for XML Inclusions (XInclude).classA ReportFactoryExtension that will process any <?classA ReportFactoryExtension that will apply the XSLT stylesheet referenced by the "bfo:xslt" attribute on any element, to that element.classAn extension to use the ZTemplate template language as a pre-processor to generate the HTML/XML parsed by BFO Publisher.