Uses of Interface
org.faceless.publisher.resource.ResourceLoader
Package
Description
Provides the main classes for BFO Publisher
Contains extensions to BFO Publisher which are used to add functionality
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Provides the classes used to write output to PDF
Provides the classes used to write output to SVG
Provides the classes and interfaces used for loading external resources
Contains utility classes and interfaces which are used across BFO Publisher
-
Uses of ResourceLoader in org.faceless.publisher
Modifier and TypeMethodDescriptionReportFactory.getResourceLoaders()
Return the modifiable list ofResourceLoader
objects which will be used to load any resources loaded by Reports created by this factory. -
Uses of ResourceLoader in org.faceless.publisher.ext
Modifier and TypeClassDescriptionclass
An experimental top-level ResourceLoader for loading DOCX documents by converting them to first to HTML, for processing with BFO Publisherclass
A top-level ResourceLoader for loading EPUB documents by converting them to first to HTML, for processing with BFO Publisher.class
A top-level ResourceLoader for loading bitmap images, converting them to HTML for processing with BFO Publisherclass
The LessStylesheetExtension adds the ability to natively use the "Less" stylesheet format defined at https://lesscss.org.class
Allow the loading ofjavax.mail.internet.MimeMessage
Mail messages into the Report.class
An experimental top-level ResourceLoader for loading ODF documents, converting them to HTML for processing with BFO Publisherclass
The ScssStylesheetExtension adds the ability to natively use the "Scss" stylesheet format defined at https://sass-lang.com.class
A top-level ResourceLoader for loading text/plain documents, converting them to HTML for processing with BFO Publisherclass
A top-level ResourceLoader for loading HTML, XML and SVG documents for processing with BFO Publisher. -
Uses of ResourceLoader in org.faceless.publisher.output
Modifier and TypeClassDescriptionclass
A ResourceLoader for PDFFonts, matching all known "font/*" types. -
Uses of ResourceLoader in org.faceless.publisher.output.pdf
Modifier and TypeClassDescriptionclass
A ResourceLoader for PDFSound, matching the "audio/*" type for a PDFReportOutput.class
A ResourceLoader for PDFImages, matching the "image" type for a PDFReportOutput.class
A ResourceLoader for PDF, matching the "video/*" and "model/u3d" "model/prc" type for a PDFReportOutput. -
Uses of ResourceLoader in org.faceless.publisher.output.svg
-
Uses of ResourceLoader in org.faceless.publisher.resource
Modifier and TypeClassDescriptionclass
A ResourceLoader returning a KeyStore or Certificate.class
A ResourceLoader returning a KeyStore or Certificate.class
A ResourceLoader that handles many basic types.Modifier and TypeMethodDescriptionReturn the ResourceLoader that would be used to load an object of the specified type and class, or null if none exists. -
Uses of ResourceLoader in org.faceless.publisher.type