Uses of Interface
org.alfresco.opencmis.BaseUrlGenerator
-
Packages that use BaseUrlGenerator Package Description org.alfresco.opencmis -
-
Uses of BaseUrlGenerator in org.alfresco.opencmis
Classes in org.alfresco.opencmis that implement BaseUrlGenerator Modifier and Type Class Description classAbstractBaseUrlGeneratorGenerates an OpenCMIS base url based on the request, repository id and binding.classDefaultBaseUrlGeneratorGenerates an OpenCMIS base url based on the request, repository id and binding.classProxyBaseUrlGeneratorGenerates an OpenCMIS base url based on the request, repository id and binding.classSysAdminParamsBaseUrlGeneratorGenerates an OpenCMIS base url based on the request, repository id and binding.Fields in org.alfresco.opencmis declared as BaseUrlGenerator Modifier and Type Field Description protected BaseUrlGeneratorCMISHttpServletRequest. baseUrlGeneratorprotected BaseUrlGeneratorCMISServletDispatcher. baseUrlGeneratorMethods in org.alfresco.opencmis with parameters of type BaseUrlGenerator Modifier and Type Method Description voidCMISServletDispatcher. setBaseUrlGenerator(BaseUrlGenerator baseUrlGenerator)Constructors in org.alfresco.opencmis with parameters of type BaseUrlGenerator Constructor Description CMISHttpServletRequest(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)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)
-