Class InfoWebScriptGet

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.alfresco.rest.framework.webscripts.ApiWebScript
org.alfresco.rest.framework.webscripts.metadata.InfoWebScriptGet
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class InfoWebScriptGet extends ApiWebScript
Provides general information about the Api calls and methods.
Author:
Gethin James
  • Constructor Details

    • InfoWebScriptGet

      public InfoWebScriptGet()
  • Method Details

    • setLookupDictionary

      public void setLookupDictionary(ResourceLookupDictionary lookupDictionary)
    • execute

      public void execute(Api api, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
      Specified by:
      execute in class ApiWebScript
      Throws:
      IOException