public abstract class

AbstractLogoAction

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

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
Fields
protected AttachmentManager attachmentManager
protected FileUploadManager fileUploadManager
protected static final Category log
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
AbstractLogoAction()
Public Methods
String doDelete()
abstract String doDisableLogo()
abstract String doEnableLogo()
String doUpload()
abstract String getActionDescriminator()
use this string to build the webwork action that forms in the view should submit to
Attachment getLogo()
abstract boolean isLogoDisabled()
void setAttachmentManager(AttachmentManager attachmentManager)
void setFileUploadManager(FileUploadManager fileUploadManager)
Protected Methods
abstract String getAttachmentName()
abstract ContentEntityObject getContentToAttachLogoTo()
[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 AttachmentManager attachmentManager

protected FileUploadManager fileUploadManager

protected static final Category log

Public Constructors

public AbstractLogoAction ()

Public Methods

public String doDelete ()

public abstract String doDisableLogo ()

public abstract String doEnableLogo ()

public String doUpload ()

public abstract String getActionDescriminator ()

use this string to build the webwork action that forms in the view should submit to

public Attachment getLogo ()

public abstract boolean isLogoDisabled ()

public void setAttachmentManager (AttachmentManager attachmentManager)

public void setFileUploadManager (FileUploadManager fileUploadManager)

Protected Methods

protected abstract String getAttachmentName ()

protected abstract ContentEntityObject getContentToAttachLogoTo ()