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.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) 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.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) -
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 requiredConstructors 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