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 class
AbstractBaseUrlGenerator
Generates an OpenCMIS base url based on the request, repository id and binding.class
DefaultBaseUrlGenerator
Generates an OpenCMIS base url based on the request, repository id and binding.class
ProxyBaseUrlGenerator
Generates an OpenCMIS base url based on the request, repository id and binding.class
SysAdminParamsBaseUrlGenerator
Generates 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 BaseUrlGenerator
CMISHttpServletRequest. baseUrlGenerator
protected BaseUrlGenerator
CMISServletDispatcher. baseUrlGenerator
Methods in org.alfresco.opencmis with parameters of type BaseUrlGenerator Modifier and Type Method Description void
CMISServletDispatcher. setBaseUrlGenerator(BaseUrlGenerator baseUrlGenerator)
Constructors in org.alfresco.opencmis with parameters of type BaseUrlGenerator Constructor Description CMISHttpServletRequest(org.springframework.extensions.webscripts.WebScriptRequest req, java.lang.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, java.lang.String serviceName, BaseUrlGenerator baseUrlGenerator, CMISDispatcherRegistry.Binding binding, org.alfresco.service.descriptor.Descriptor currentDescriptor, org.alfresco.repo.tenant.TenantAdminService tenantAdminService)
-