Class MovePageDialogAction

  • All Implemented Interfaces:
    PageAware, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class MovePageDialogAction
    extends AbstractPageAwareAction
    An action for suppling panels in the MovePageDialog as they are required.
    See Also:
    Serialized Form
    • Constructor Detail

      • MovePageDialogAction

        public MovePageDialogAction()
    • Method Detail

      • getAvailableSpaces

        public List<Space> getAvailableSpaces()
      • setDialogMode

        public void setDialogMode​(String dialogMode)
      • getDialogMode

        public String getDialogMode()
      • getNewSpaceKey

        public String getNewSpaceKey()
      • setSpaceKey

        public void setSpaceKey​(String spaceKey)
      • getParentPage

        public Page getParentPage()
      • getParentPageTitle

        public String getParentPageTitle()
      • setParentPageString

        public void setParentPageString​(String parentPageString)
      • getParentPageString

        public String getParentPageString()
      • setPanelName

        public void setPanelName​(String panelName)
      • isPageRequired

        public boolean isPageRequired()
        Description copied from interface: PageAware
        If the action requires that the page be set before being run, then it should return true to this method. If the action requires a page, but no page is available, then the interceptor will automatically redirect to the 'pagenotfound' result
        Specified by:
        isPageRequired in interface PageAware
        Overrides:
        isPageRequired in class AbstractPageAwareAction
        Returns:
        true if the action requires a page in order to execute
      • setPageManager

        public void setPageManager​(PageManager pageManager)