Uses of Interface
org.faceless.publisher.type.AbstractBlob
Packages that use AbstractBlob
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
-
Uses of AbstractBlob in org.faceless.publisher
Methods in org.faceless.publisher that return AbstractBlobModifier and TypeMethodDescriptionReport.getResource
(URL2 uri) Retrieve a Resource as it would be seen by this Report. -
Uses of AbstractBlob in org.faceless.publisher.ext
Subinterfaces of AbstractBlob in org.faceless.publisher.extModifier and TypeInterfaceDescriptionstatic interface
static interface
org.faceless.publisher.ext.MailExtension.Part
An interface which provides the bridge between a "Part", as used by thejavax.mail.mime.MimeMessage
class, and theAbstractBlob
required by BFO Publisher to load resources. -
Uses of AbstractBlob in org.faceless.publisher.resource
Methods in org.faceless.publisher.resource that return types with arguments of type AbstractBlobModifier and TypeMethodDescriptionMemoryURLConnectionFactory.getMap()
Return the Map of URLs to {link AbstractBlob} values.Constructor parameters in org.faceless.publisher.resource with type arguments of type AbstractBlobModifierConstructorDescriptionMemoryURLConnectionFactory
(Map<? extends URL2, ? extends AbstractBlob> map) Create a new MemoryURLConnectionFactory. -
Uses of AbstractBlob in org.faceless.publisher.type
Classes in org.faceless.publisher.type that implement AbstractBlobModifier and TypeClassDescriptionclass
A general purpose blob of data which can be text or binary.Constructors in org.faceless.publisher.type with parameters of type AbstractBlob