public class

RevertPageOrderAction

extends AbstractCommandAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.AbstractCommandAction
         ↳ com.atlassian.confluence.pages.actions.RevertPageOrderAction

Class Overview

Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.

Called via AJAX from the front-end.

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
RevertPageOrderAction()
Public Methods
void setPageId(long pageId)
void setPageService(PageService pageService)
Protected Methods
ServiceCommand createCommand()
[Expand]
Inherited Methods
From class com.atlassian.confluence.pages.actions.AbstractCommandAction
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 RevertPageOrderAction ()

Public Methods

public void setPageId (long pageId)

public void setPageService (PageService pageService)

Protected Methods

protected ServiceCommand createCommand ()