public class

AttachmentStorageSetupAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.admin.actions.AttachmentStorageSetupAction
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
Fields
protected String attachmentStorageType
protected List attachmentStorageTypes
protected String originalAttachmentStorageType
protected String webdavPassword
protected String webdavServerUrl
protected String webdavUsername
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
AttachmentStorageSetupAction()
Public Methods
String doDefault()
Default webwork action execution method.
String execute()
String getAttachmentStorageType()
List getAttachmentStorageTypes()
String getLocalAttachmentDirectory()
String getOriginalAttachmentStorageType()
String getWebdavPassword()
String getWebdavServerUrl()
String getWebdavUsername()
boolean isDatabaseConfigured()
boolean isFileSystemConfigured()
boolean isPermitted()
boolean isWebDavConfigured()
void setAttachmentStorageType(String attachmentStorageType)
void setAttachmentStorageTypes(List attachmentStorageTypes)
void setWebdavPassword(String webdavPassword)
void setWebdavServerUrl(String webdavServerUrl)
void setWebdavUsername(String webdavUsername)
[Expand]
Inherited Methods
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.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

Fields

protected String attachmentStorageType

protected List attachmentStorageTypes

protected String originalAttachmentStorageType

protected String webdavPassword

protected String webdavServerUrl

protected String webdavUsername

Public Constructors

public AttachmentStorageSetupAction ()

Public Methods

public String doDefault ()

Default webwork action execution method.

Returns
  • the action result
Throws
Exception

public String execute ()

Throws
Exception

public String getAttachmentStorageType ()

public List getAttachmentStorageTypes ()

public String getLocalAttachmentDirectory ()

public String getOriginalAttachmentStorageType ()

public String getWebdavPassword ()

public String getWebdavServerUrl ()

public String getWebdavUsername ()

public boolean isDatabaseConfigured ()

public boolean isFileSystemConfigured ()

public boolean isPermitted ()

public boolean isWebDavConfigured ()

public void setAttachmentStorageType (String attachmentStorageType)

public void setAttachmentStorageTypes (List attachmentStorageTypes)

public void setWebdavPassword (String webdavPassword)

public void setWebdavServerUrl (String webdavServerUrl)

public void setWebdavUsername (String webdavUsername)