Class WikiPageDelete

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.WikiPageDelete
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class WikiPageDelete extends AbstractWikiWebScript
This class is the controller for the wiki page listing page.delete webscript.
Since:
4.0
Author:
Nick Burch
  • Constructor Details

    • WikiPageDelete

      public WikiPageDelete()
  • 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