Class WikiPageListGet

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

    public class WikiPageListGet
    extends AbstractWikiWebScript
    This class is the controller for the wiki page listing pagelist.get webscript.
    Since:
    4.0
    Author:
    Nick Burch
    • Constructor Detail

      • WikiPageListGet

        public WikiPageListGet()
    • Method Detail

      • setSysAdminParams

        public void setSysAdminParams​(org.alfresco.repo.admin.SysAdminParams sysAdminParams)
      • 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