Uses of Interface
org.alfresco.opencmis.BaseUrlGenerator
Packages that use BaseUrlGenerator
-
Uses of BaseUrlGenerator in org.alfresco.opencmis
Classes in org.alfresco.opencmis that implement BaseUrlGeneratorModifier and TypeClassDescriptionclass
Generates an OpenCMIS base url based on the request, repository id and binding.class
Generates an OpenCMIS base url based on the request, repository id and binding.class
Generates an OpenCMIS base url based on the request, repository id and binding.class
Generates an OpenCMIS base url based on the request, repository id and binding.Fields in org.alfresco.opencmis declared as BaseUrlGeneratorModifier and TypeFieldDescriptionprotected BaseUrlGenerator
CMISHttpServletRequest.baseUrlGenerator
protected BaseUrlGenerator
CMISServletDispatcher.baseUrlGenerator
Methods in org.alfresco.opencmis with parameters of type BaseUrlGeneratorModifier and TypeMethodDescriptionvoid
CMISServletDispatcher.setBaseUrlGenerator
(BaseUrlGenerator baseUrlGenerator) Constructors in org.alfresco.opencmis with parameters of type BaseUrlGeneratorModifierConstructorDescriptionCMISHttpServletRequest
(org.springframework.extensions.webscripts.WebScriptRequest req, String serviceName, BaseUrlGenerator baseUrlGenerator, CMISDispatcherRegistry.Binding binding, Descriptor currentDescriptor, TenantAdminService tenantAdminService) PublicApiCMISHttpServletRequest
(org.springframework.extensions.webscripts.WebScriptRequest req, String serviceName, BaseUrlGenerator baseUrlGenerator, CMISDispatcherRegistry.Binding binding, Descriptor currentDescriptor, TenantAdminService tenantAdminService)