Class LinkPut

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.repo.web.scripts.links.AbstractLinksWebScript
org.alfresco.repo.web.scripts.links.LinkPut
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class LinkPut extends AbstractLinksWebScript
This class is the controller for the link fetching links.put webscript.
Since:
4.0
Author:
Nick Burch
  • Constructor Details

    • LinkPut

      public LinkPut()
  • Method Details

    • executeImpl

      protected Map<String,Object> executeImpl(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