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.Binding
CMISHttpServletRequest.binding
Methods in org.alfresco.opencmis that return CMISDispatcherRegistry.BindingModifier and TypeMethodDescriptionprotected CMISDispatcherRegistry.Binding
AtomPubCMISDispatcher.getBinding()
protected CMISDispatcherRegistry.Binding
BrowserCMISDispatcher.getBinding()
CMISDispatcherRegistry.Endpoint.getBinding()
protected abstract CMISDispatcherRegistry.Binding
CMISServletDispatcher.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 TypeMethodDescriptionvoid
DefaultPathGenerator.generatePath
(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding) void
PathGenerator.generatePath
(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding) void
PublicApiPathGenerator.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)