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 TypeMethodDescriptionvoidAutociteExtension.register(ReportFactory factory) voidLessStylesheetExtension.register(ReportFactory factory) voidMailExtension.register(ReportFactory factory) voidMailServerExtension.register(ReportFactory factory) voidMarkdownResourceLoader.register(ReportFactory factory) default voidReportFactoryExtension.register(ReportFactory factory) Notify this object it has beem added to a ReportFactory.voidScssStylesheetExtension.register(ReportFactory factory) voidXMLStylesheetExtension.register(ReportFactory factory) voidASCIIDocResourceLoader.setTemplatePostprocessor(URL2 uri, ReportFactory factory) Set the URL of the XML template to apply to the generated output.static voidIndexFilter.transform(InputStream in, Appendable out, ReportFactory reportFactory) A convenience method to convert the supplied input XML into the generated output XML via an IndexFilter.voidLessStylesheetExtension.unregister(ReportFactory factory) voidMailExtension.unregister(ReportFactory factory) voidMailServerExtension.unregister(ReportFactory factory) default voidReportFactoryExtension.unregister(ReportFactory factory) Notify this object it has been removed from a ReportFactory.voidScssStylesheetExtension.unregister(ReportFactory factory) voidXMLStylesheetExtension.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.LengthLength.calc(String s, ReportFactory factory) Manually create a Calc expression, for use internally where requiredstatic org.faceless.publisher.type.ContentHandlerWrapperContentHandlerWrapper.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 SourceAbstractBlob.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