Class AbstractCommandAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
Beanable, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable
Direct Known Subclasses:
ConvertPageToBlogPostAction, MoveBlogPostAction, MovePageAction, RemoveHistoricalVersionAction, RenderContentAction, RevertPageOrderAction, SetPageOrderAction

public abstract class AbstractCommandAction extends ConfluenceActionSupport implements Beanable
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.

See Also:
  • Constructor Details

    • AbstractCommandAction

      public AbstractCommandAction()
  • Method Details