Class WikiPageMovePost

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.repo.web.scripts.wiki.AbstractWikiWebScript
org.alfresco.repo.web.scripts.wiki.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 Details

    • WikiPageMovePost

      public WikiPageMovePost()
  • Method Details

    • 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