Class RevertPageOrderAction

All Implemented Interfaces:
Beanable, WebInterface, MessageHolderAware, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class RevertPageOrderAction extends AbstractCommandAction
Removes page position information from the children of the provided page, effectively reverting their order to alphabetical.

Called via AJAX from the front-end.

See Also:
  • Constructor Details

    • RevertPageOrderAction

      public RevertPageOrderAction()
  • Method Details