Package org.alfresco.opencmis
Class PublicApiBrowserCMISDispatcher
java.lang.Object
org.alfresco.opencmis.CMISServletDispatcher
org.alfresco.opencmis.BrowserCMISDispatcher
org.alfresco.opencmis.PublicApiBrowserCMISDispatcher
- All Implemented Interfaces:
CMISDispatcher
Cloud-specific browser binding OpenCMIS dispatcher.
- Author:
- steveglover
-
Field Summary
Fields inherited from class org.alfresco.opencmis.CMISServletDispatcher
baseUrlGenerator, cmisServiceFactory, cmisVersion, registry, serviceName, servlet, tenantAdminService, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMISHttpServletRequest
getHttpRequest
(org.springframework.extensions.webscripts.WebScriptRequest req) Methods inherited from class org.alfresco.opencmis.BrowserCMISDispatcher
getBinding, getServlet
Methods inherited from class org.alfresco.opencmis.CMISServletDispatcher
execute, getCurrentDescriptor, getHttpResponse, getServiceName, getServletAttribute, getServletConfig, init, setBaseUrlGenerator, setCmisServiceFactory, setCmisVersion, setDescriptorService, setNonAttachContentTypes, setRegistry, setServiceName, setTenantAdminService, setVersion
-
Constructor Details
-
PublicApiBrowserCMISDispatcher
public PublicApiBrowserCMISDispatcher()
-
-
Method Details
-
getHttpRequest
protected CMISHttpServletRequest getHttpRequest(org.springframework.extensions.webscripts.WebScriptRequest req) - Overrides:
getHttpRequest
in classCMISServletDispatcher
-