Uses of Class
org.alfresco.opencmis.CMISDispatcherRegistry.Binding
-
Packages that use CMISDispatcherRegistry.Binding Package Description org.alfresco.opencmis -
-
Uses of CMISDispatcherRegistry.Binding in org.alfresco.opencmis
Fields in org.alfresco.opencmis declared as CMISDispatcherRegistry.Binding Modifier and Type Field Description protected CMISDispatcherRegistry.Binding
CMISHttpServletRequest. binding
Methods in org.alfresco.opencmis that return CMISDispatcherRegistry.Binding Modifier and Type Method Description protected CMISDispatcherRegistry.Binding
AtomPubCMISDispatcher. getBinding()
protected CMISDispatcherRegistry.Binding
BrowserCMISDispatcher. getBinding()
CMISDispatcherRegistry.Binding
CMISDispatcherRegistry.Endpoint. getBinding()
protected abstract CMISDispatcherRegistry.Binding
CMISServletDispatcher. getBinding()
static CMISDispatcherRegistry.Binding
CMISDispatcherRegistry.Binding. valueOf(String name)
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.Binding Modifier and Type Method Description void
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)
String
AbstractBaseUrlGenerator. getBaseUrl(javax.servlet.http.HttpServletRequest req, String repositoryId, CMISDispatcherRegistry.Binding binding)
String
BaseUrlGenerator. getBaseUrl(javax.servlet.http.HttpServletRequest req, String repositoryId, CMISDispatcherRegistry.Binding binding)
Constructors in org.alfresco.opencmis with parameters of type CMISDispatcherRegistry.Binding 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)
Endpoint(CMISDispatcherRegistry.Binding binding, String version)
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)
-