Class RemoveMailServerAction

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 RemoveMailServerAction extends ConfluenceActionSupport
See Also:
  • Constructor Details

    • RemoveMailServerAction

      public RemoveMailServerAction()
  • Method Details

    • getSmtpMailServers

      public Collection getSmtpMailServers() throws com.atlassian.mail.MailException
      Throws:
      com.atlassian.mail.MailException
    • 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
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
    • setMailServerManager

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