Uses of Class
org.faceless.publisher.ReportFactory
Packages that use 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
Methods in org.faceless.publisher that return ReportFactoryModifier and TypeMethodDescriptionDocument.getReportFactory()
Report.getReportFactory()
Return the ReportFactory this Report was created from -
Uses of ReportFactory in org.faceless.publisher.ext
Methods in org.faceless.publisher.ext with parameters of type ReportFactoryModifier 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.static void
IndexFilter.transform
(InputStream in, Appendable out, ReportFactory reportFactory) A convenience method to convert the supplied input XML into the generated output XML via an IndexFilter.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) Constructors in org.faceless.publisher.ext with parameters of type ReportFactory -
Uses of ReportFactory in org.faceless.publisher.resource
Methods in org.faceless.publisher.resource that return ReportFactoryModifier and TypeMethodDescriptionResource.getReportFactory()
Return the ReportFactory that owns this resourceResourceDescriptor.getReportFactory()
Return the ReportFactoryMethods in org.faceless.publisher.resource with parameters of type 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) 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.Constructors in org.faceless.publisher.resource with parameters of type ReportFactoryModifierConstructorDescriptionResource
(URL2 uri, ReportFactory reportFactory) Create a new Resource associated with the specified URLResourceDescriptor
(ReportFactory reportFactory, Class<?>... resourceClasses) ZipURLConnectionFactory
(BackedZipFile zip, URL2 base, ZipURLConnectionFactory.Flavor flavor, ReportFactory factory) Create a URLConnectionFactory that will read entries from a ZIP file. -
Uses of ReportFactory in org.faceless.publisher.type
Methods in org.faceless.publisher.type that return ReportFactoryMethods in org.faceless.publisher.type with parameters of type ReportFactoryModifier and TypeMethodDescriptionstatic org.faceless.publisher.type.Length
Length.calc
(String s, ReportFactory factory) Manually create a Calc expression, for use internally where requiredstatic org.faceless.publisher.type.ContentHandlerWrapper
ContentHandlerWrapper.createXMLStoringHandler
(Appendable text, Runnable task, ReportFactory factory) Create a ContentHandlerWrapper that stores any XML events sent to it, passing its content to the supplied "call" event when done before removing itself.default Source
AbstractBlob.getSource
(ReportFactory factory) Return a new Source based on the character data if a charset is known, or the byte data otherwise.Constructors in org.faceless.publisher.type with parameters of type ReportFactoryModifierConstructorDescriptionReportResource
(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
Methods in org.faceless.publisher.web that return ReportFactoryModifier and TypeMethodDescriptionServiceEngine.getReportFactory()
Return the ReportFactory used by this ServiceEngine