Uses of Class
org.faceless.publisher.ReportFactory
Package
Description
Provides the main classes for BFO Publisher
Contains extensions to BFO Publisher which are used to add functionality
Provides the classes and interfaces used for loading external resources
Contains utility classes and interfaces which are used across BFO Publisher
Provides the BFO Publisher web service
-
Uses of ReportFactory in org.faceless.publisher
Modifier and TypeMethodDescriptionDocument.getReportFactory()
Report.getReportFactory()
Return the ReportFactory this Report was created from -
Uses of ReportFactory in org.faceless.publisher.ext
Modifier and TypeMethodDescriptionvoid
AutociteExtension.register
(ReportFactory factory) void
LessStylesheetExtension.register
(ReportFactory factory) void
MailExtension.register
(ReportFactory factory) void
MailServerExtension.register
(ReportFactory factory) void
MarkdownResourceLoader.register
(ReportFactory factory) default void
ReportFactoryExtension.register
(ReportFactory factory) Notify this object it has beem added to a ReportFactory.void
ScssStylesheetExtension.register
(ReportFactory factory) void
XmlStylesheetExtension.register
(ReportFactory factory) void
ASCIIDocResourceLoader.setTemplatePostprocessor
(URL2 uri, ReportFactory factory) Set the URL of the XML template to apply to the generated output.void
LessStylesheetExtension.unregister
(ReportFactory factory) void
MailExtension.unregister
(ReportFactory factory) void
MailServerExtension.unregister
(ReportFactory factory) default void
ReportFactoryExtension.unregister
(ReportFactory factory) Notify this object it has been removed from a ReportFactory.void
ScssStylesheetExtension.unregister
(ReportFactory factory) void
XmlStylesheetExtension.unregister
(ReportFactory factory) -
Uses of ReportFactory in org.faceless.publisher.resource
Modifier and TypeMethodDescriptionResource.getReportFactory()
Return the ReportFactory that owns this resourceResourceDescriptor.getReportFactory()
Return the ReportFactoryModifier and TypeMethodDescriptionAboutURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) ClasspathConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) DataURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) FileURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) FileWithHeadersURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) FontDirURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) Http1URLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) LocalFontURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) MemoryURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) PKCS11ConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) URLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) Return a URLConnection for the specified URI, or null if not possible with this factory.ZipURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) Return a URLConnection for the specified URI, or null if not possible with this factory.ModifierConstructorDescriptionResource
(URL2 uri, ReportFactory reportFactory) Create a new Resource associated with the specified URLResourceDescriptor
(ReportFactory reportFactory, Class<?>... resourceClasses) -
Uses of ReportFactory in org.faceless.publisher.type
Modifier and TypeMethodDescriptionstatic org.faceless.publisher.type.Length
Length.calc
(String s, ReportFactory factory) Manually create a Calc expression, for use internally where requiredModifierConstructorDescriptionReportResource
(ReportFactory factory, URL2 url, MediaType mediaType, Blob source) SSLURLConnectionProcessor
(URL2 trust, URL2 identity, char[] password, ReportFactory reportFactory) Create a new SSLURLConnectionProcessor -
Uses of ReportFactory in org.faceless.publisher.web
Modifier and TypeMethodDescriptionServiceEngine.getReportFactory()
Return the ReportFactory used by this ServiceEngine