public abstract class

AbstractCommandAction

extends ConfluenceActionSupport
implements Beanable
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.AbstractCommandAction
Known Direct Subclasses

Class Overview

CommandAction-implementing class that delegates to a CommandActionHelper.

The main function of the subclass is determined by the type of ServiceCommand it creates and adds to the helper.

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.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
AbstractCommandAction()
Public Methods
String execute()
Object getBean()
boolean isPermitted()
void validate()
Protected Methods
abstract ServiceCommand createCommand()
[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.core.Beanable
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

Public Constructors

public AbstractCommandAction ()

Public Methods

public String execute ()

public Object getBean ()

public boolean isPermitted ()

public void validate ()

Protected Methods

protected abstract ServiceCommand createCommand ()