Class RemovePageAction

    • Constructor Detail

      • RemovePageAction

        public RemovePageAction()
    • Method Detail

      • setLinkManager

        public void setLinkManager​(LinkManager linkManager)
      • setPageManager

        public void setPageManager​(PageManager pageManager)
      • setThemeManager

        public void setThemeManager​(ThemeManager themeManager)
      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • doRemove

        public String doRemove()
      • getRedirectUrl

        public String getRedirectUrl()
      • isLatestVersionRequired

        public boolean isLatestVersionRequired()
        Description copied from interface: PageAware
        If the action can only work on the most recent version of a page, this will cause the interceptor to silently replace the version that it looks up with the most recent version, if necessary.
        Specified by:
        isLatestVersionRequired in interface PageAware
        Overrides:
        isLatestVersionRequired in class AbstractPageAwareAction
        Returns:
        true if the action requires the most recent version of a page
      • getPageChildrenCount

        public int getPageChildrenCount()
      • getChildrenCountWithInheritedPermissions

        public int getChildrenCountWithInheritedPermissions()