Uses of Interface
org.faceless.publisher.resource.URLConnectionFactory
Package
Description
Provides the main classes for BFO Publisher
Provides the classes and interfaces used for loading external resources
-
Uses of URLConnectionFactory in org.faceless.publisher
Modifier and TypeMethodDescriptionReport.getURLConnectionFactories()
Return the list of URLConnectionFactory object which will be used by this Report before the standard ones set on theReportFactory.getURLConnectionFactories()
are checked.ReportFactory.getURLConnectionFactories()
Return the modifiable list ofURLConnectionFactory
objects which will be used to load any resources loaded by Reports created by this factory. -
Uses of URLConnectionFactory in org.faceless.publisher.resource
Modifier and TypeClassDescriptionclass
A subclass of URLConnection for the "about" schemeclass
A subclass of URLConnection for the custom "classpath" scheme, e.g.class
A subclass of URLConnection that can be used to read from "data" URLs.class
A URLConnectionFactory that handles the "jar" and "file" URLs, ie. those handled by Java by default.class
A subclass of URLConnection for the "fonts" scheme, which generates a dynamic stylesheet of all fonts matching the specified path.class
A URLConnectionFactory that handles the "http", "https", "ftp" URLs, ie. those handled by Java by defaultclass
A subclass of URLConnection for the "font-local" schemeclass
A general purpose URLConnectionFactory which can be used to map particular URLs to a preloaded byte array, known as a "Blob" (after the same term in web browsers).class
A URLConnectionFactory that handles the "pkcs11" scheme fromclass
A URLConnectionFactory that can be used to load resources from a Zip file.Modifier and TypeMethodDescriptionResourceManager.getURLConnectionFactories()
Return the local URLConnectionFactories passed into the constructor.ModifierConstructorDescriptionResourceManager
(org.faceless.publisher.resource.ResourceManager parent, List<URLConnectionFactory> factories) Create a filter on the supplied ResourceManager, with additional local URLConnectionFactories