Class CMISWebScript

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.alfresco.opencmis.CMISWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class CMISWebScript extends org.springframework.extensions.webscripts.AbstractWebScript
An Alfresco web script that handles dispatch of OpenCMIS requests.
Author:
steveglover
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript

    org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
     
    void
     

    Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript

    addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CMISWebScript

      public CMISWebScript()
  • Method Details

    • setRegistry

      public void setRegistry(CMISDispatcherRegistry registry)
    • execute

      public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
      Throws:
      IOException