Class SendTestEmailAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class SendTestEmailAction extends ConfluenceActionSupport
See Also:
  • Constructor Details

    • SendTestEmailAction

      public SendTestEmailAction()
  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Description copied from class: ConfluenceActionSupport
      Convenient Action execution method which defaults to returning INPUT
      Overrides:
      doDefault in class ConfluenceActionSupport
      Throws:
      Exception
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • getMimeTypes

      public Map getMimeTypes()
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getTo

      public String getTo()
    • setTo

      public void setTo(String to)
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getMessageType

      public String getMessageType()
    • setMessageType

      public void setMessageType(String messageType)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getLog

      public String getLog()
    • setMailServerManager

      public void setMailServerManager(com.atlassian.mail.server.MailServerManager mailServerManager)