public class

EditMailAccountAction

extends AbstractMailAccountAction
implements SpaceAdministrative
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.spaces.actions.AbstractSpaceAction
         ↳ com.atlassian.confluence.mail.actions.AbstractMailAccountAction
           ↳ com.atlassian.confluence.mail.actions.EditMailAccountAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.mail.actions.AbstractMailAccountAction
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
EditMailAccountAction()
Public Methods
String doDefault()
Default webwork action execution method.
String execute()
int getId()
List<HTMLPairType> getProtocolList()
do not allow users to change from POP -> IMAP or vice versa (not until we make the update code change the class of the mail account if this property changes)
boolean isEditAction()
void setId(int id)
[Expand]
Inherited Methods
From class com.atlassian.confluence.mail.actions.AbstractMailAccountAction
From class com.atlassian.confluence.spaces.actions.AbstractSpaceAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.spaces.Spaced
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public EditMailAccountAction ()

Public Methods

public String doDefault ()

Default webwork action execution method.

Returns
  • the action result
Throws
Exception

public String execute ()

Throws
Exception

public int getId ()

public List<HTMLPairType> getProtocolList ()

do not allow users to change from POP -> IMAP or vice versa (not until we make the update code change the class of the mail account if this property changes)

public boolean isEditAction ()

public void setId (int id)