Uses of Enum
org.alfresco.opencmis.CMISDispatcherRegistry.Binding
Packages that use CMISDispatcherRegistry.Binding
-
Uses of CMISDispatcherRegistry.Binding in org.alfresco.opencmis
Fields in org.alfresco.opencmis declared as CMISDispatcherRegistry.BindingModifier and TypeFieldDescriptionprotected CMISDispatcherRegistry.BindingCMISHttpServletRequest.bindingMethods in org.alfresco.opencmis that return CMISDispatcherRegistry.BindingModifier and TypeMethodDescriptionprotected CMISDispatcherRegistry.BindingAtomPubCMISDispatcher.getBinding()protected CMISDispatcherRegistry.BindingBrowserCMISDispatcher.getBinding()CMISDispatcherRegistry.Endpoint.getBinding()protected abstract CMISDispatcherRegistry.BindingCMISServletDispatcher.getBinding()Returns the enum constant of this type with the specified name.static CMISDispatcherRegistry.Binding[]CMISDispatcherRegistry.Binding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.opencmis with parameters of type CMISDispatcherRegistry.BindingModifier and TypeMethodDescriptionvoidDefaultPathGenerator.generatePath(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding) voidPathGenerator.generatePath(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding) voidPublicApiPathGenerator.generatePath(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding) AbstractBaseUrlGenerator.getBaseUrl(javax.servlet.http.HttpServletRequest req, String repositoryId, CMISDispatcherRegistry.Binding binding) BaseUrlGenerator.getBaseUrl(javax.servlet.http.HttpServletRequest req, String repositoryId, CMISDispatcherRegistry.Binding binding) Constructors in org.alfresco.opencmis with parameters of type CMISDispatcherRegistry.BindingModifierConstructorDescriptionCMISHttpServletRequest(org.springframework.extensions.webscripts.WebScriptRequest req, String serviceName, BaseUrlGenerator baseUrlGenerator, CMISDispatcherRegistry.Binding binding, Descriptor currentDescriptor, TenantAdminService tenantAdminService) Endpoint(CMISDispatcherRegistry.Binding binding, String version) PublicApiCMISHttpServletRequest(org.springframework.extensions.webscripts.WebScriptRequest req, String serviceName, BaseUrlGenerator baseUrlGenerator, CMISDispatcherRegistry.Binding binding, Descriptor currentDescriptor, TenantAdminService tenantAdminService)