Class RemoveMailServerAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.admin.actions.mail.RemoveMailServerAction
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

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 com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • isPermitted

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

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