Uses of Interface
org.faceless.publisher.ext.MailExtension.Configuration
Package
Description
Contains extensions to BFO Publisher which are used to add functionality
-
Uses of MailExtension.Configuration in org.faceless.publisher.ext
Modifier and TypeMethodDescriptionstatic MailExtension.Configuration
MailExtension.findConfiguration
(String name) Find a configuration from the list of available configurations that matches the specified name.MailExtension.getConfiguration
(Report report) Return the Configuration for the specified Report - this will check thebfo-ext-mail
environment
property on the Report (if specified) or the ReportFactory (ifreport
isnull
).static MailExtension.Configuration
MailExtension.newTemplateConfiguration
(String name, String type, boolean xml, URL2 url) Create a new Configuration that will apply a template (eg ZTemplate or FreeMarker) to the JSON representation of the messageModifier and TypeMethodDescriptionstatic List<MailExtension.Configuration>
MailExtension.getAvailableConfigurations()
Return a read-only list the of the available configurations.Modifier and TypeMethodDescriptionvoid
MailExtension.setConfiguration
(MailExtension.Configuration conf) Set the configuration option for email conversion.