com.atlassian.confluence.themes
Class MailHelper

java.lang.Object
  extended bycom.atlassian.confluence.themes.GlobalHelper
      extended bycom.atlassian.confluence.themes.MailHelper
All Implemented Interfaces:
ThemeHelper

public class MailHelper
extends GlobalHelper


Constructor Summary
MailHelper()
           
MailHelper(AbstractMailAction action)
           
 
Method Summary
 Mail getMail()
           
 String getSender(javax.mail.Address[] addresses)
           
 String getSender(Mail mail)
           
 
Methods inherited from class com.atlassian.confluence.themes.GlobalHelper
getAction, getDomainName, getLabel, getPage, getSiteTitle, getSpace, getSpaceKey, getSpaceName, getSpaceType, getText, getWikiStyleRenderer, renderConfluenceMacro
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailHelper

public MailHelper()

MailHelper

public MailHelper(AbstractMailAction action)
Method Detail

getMail

public Mail getMail()

getSender

public String getSender(Mail mail)

getSender

public String getSender(javax.mail.Address[] addresses)


Confluence is developed by Atlassian.