Uses of Interface
org.faceless.publisher.resource.URLConnectionFactory
Packages that use 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
Methods in org.faceless.publisher that return types with arguments of type URLConnectionFactoryModifier 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 ofURLConnectionFactoryobjects which will be used to load any resources loaded by Reports created by this factory. -
Uses of URLConnectionFactory in org.faceless.publisher.resource
Classes in org.faceless.publisher.resource that implement URLConnectionFactoryModifier and TypeClassDescriptionclassA subclass of URLConnection for the "about" schemeclassA subclass of URLConnection for the custom "classpath" scheme, e.g.classA subclass of URLConnection that can be used to read from "data" URLs.classA URLConnectionFactory that handles the "jar" and "file" URLs, ie. those handled by Java by default.classA subclass of URLConnection for the "fonts" scheme, which generates a dynamic stylesheet of all fonts matching the specified path.classA URLConnectionFactory that handles the "http", "https", "ftp" URLs, ie. those handled by Java by defaultclassA subclass of URLConnection for the "font-local" schemeclassA 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).classA URLConnectionFactory that handles the "pkcs11" scheme fromclassA URLConnectionFactory that can be used to load resources from a Zip file.Methods in org.faceless.publisher.resource that return types with arguments of type URLConnectionFactoryModifier and TypeMethodDescriptionResourceManager.getURLConnectionFactories()Return the local URLConnectionFactories passed into the constructor.Constructor parameters in org.faceless.publisher.resource with type arguments of type URLConnectionFactoryModifierConstructorDescriptionResourceManager(org.faceless.publisher.resource.ResourceManager parent, List<URLConnectionFactory> factories) Create a filter on the supplied ResourceManager, with additional local URLConnectionFactories