Class LinkGet

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

    public class LinkGet
    extends AbstractLinksWebScript
    This class is the controller for the link fetching link.get webscript.
    Since:
    4.0
    Author:
    Nick Burch
    • Constructor Detail

      • LinkGet

        public LinkGet()
    • Method Detail

      • executeImpl

        protected Map<String,​Object> executeImpl​(org.alfresco.service.cmr.site.SiteInfo site,
                                                       String linkName,
                                                       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 AbstractLinksWebScript