Class WikiPageMovePost

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript

    public class WikiPageMovePost
    extends AbstractWikiWebScript
    This class is the controller for the wiki page renaming move.post webscript. TODO Track links to pages, so we can avoid creating the "This page has been moved" stubs as now, for cases where nothing links to the page being renamed. (ALF-3844)
    Since:
    4.0
    Author:
    Nick Burch
    • Constructor Detail

      • WikiPageMovePost

        public WikiPageMovePost()
    • Method Detail

      • executeImpl

        protected Map<String,​Object> executeImpl​(org.alfresco.service.cmr.site.SiteInfo site,
                                                       String pageTitle,
                                                       org.springframework.extensions.webscripts.WebScriptRequest req,
                                                       org.json.simple.JSONObject json,
                                                       org.springframework.extensions.webscripts.Status status,
                                                       org.springframework.extensions.webscripts.Cache cache)
        Specified by:
        executeImpl in class AbstractWikiWebScript