BrightSide Workbench Full Report + Source Code
org.turro.action.MailSenders Class Reference

Static Public Member Functions

static IMailSender getPool ()
 
static IMailSender getQueue ()
 
static IMailSender getHeavy ()
 
static IMailSender getDiscover ()
 
static String processMacros (IContact contact, String text, boolean web)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 27 of file MailSenders.java.

Member Function Documentation

◆ getDiscover()

static IMailSender org.turro.action.MailSenders.getDiscover ( )
static

Definition at line 41 of file MailSenders.java.

41  {
42  return Plugins.loadImplementation(IMailSender.class, "discover");
43  }
Here is the call graph for this function:

◆ getHeavy()

static IMailSender org.turro.action.MailSenders.getHeavy ( )
static

Definition at line 37 of file MailSenders.java.

37  {
38  return Plugins.loadImplementation(IMailSender.class, "heavy");
39  }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getPool()

static IMailSender org.turro.action.MailSenders.getPool ( )
static

Definition at line 29 of file MailSenders.java.

29  {
30  return Plugins.loadImplementation(IMailSender.class, "pool");
31  }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getQueue()

static IMailSender org.turro.action.MailSenders.getQueue ( )
static

Definition at line 33 of file MailSenders.java.

33  {
34  return Plugins.loadImplementation(IMailSender.class, "queue");
35  }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ processMacros()

static String org.turro.action.MailSenders.processMacros ( IContact  contact,
String  text,
boolean  web 
)
static

Definition at line 45 of file MailSenders.java.

45  {
46  return getPool().processMacros(contact, text, web);
47  }
static IMailSender getPool()
String processMacros(IContact contact, String text, boolean web)
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: