Class PublicApiCMISHttpServletRequest

  • All Implemented Interfaces:
    javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

    public class PublicApiCMISHttpServletRequest
    extends CMISHttpServletRequest
    Wraps an OpenCMIS HttpServletRequest, mapping urls and adding servlet attributes specific to the Alfresco implementation of OpenCMIS.
    • Constructor Detail

      • PublicApiCMISHttpServletRequest

        public PublicApiCMISHttpServletRequest​(org.springframework.extensions.webscripts.WebScriptRequest req,
                                               String serviceName,
                                               BaseUrlGenerator baseUrlGenerator,
                                               CMISDispatcherRegistry.Binding binding,
                                               org.alfresco.service.descriptor.Descriptor currentDescriptor,
                                               org.alfresco.repo.tenant.TenantAdminService tenantAdminService)