Package | Description |
---|---|
org.alfresco.opencmis |
Modifier and Type | Field and Description |
---|---|
protected CMISDispatcherRegistry.Binding |
CMISHttpServletRequest.binding |
Modifier and Type | Method and Description |
---|---|
protected abstract CMISDispatcherRegistry.Binding |
CMISServletDispatcher.getBinding() |
protected CMISDispatcherRegistry.Binding |
AtomPubCMISDispatcher.getBinding() |
protected CMISDispatcherRegistry.Binding |
BrowserCMISDispatcher.getBinding() |
CMISDispatcherRegistry.Binding |
CMISDispatcherRegistry.Endpoint.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.
|
Modifier and Type | Method and Description |
---|---|
void |
PathGenerator.generatePath(HttpServletRequest req,
StringBuilder url,
String repositoryId,
CMISDispatcherRegistry.Binding binding) |
void |
DefaultPathGenerator.generatePath(HttpServletRequest req,
StringBuilder url,
String repositoryId,
CMISDispatcherRegistry.Binding binding) |
void |
PublicApiPathGenerator.generatePath(HttpServletRequest req,
StringBuilder url,
String repositoryId,
CMISDispatcherRegistry.Binding binding) |
String |
AbstractBaseUrlGenerator.getBaseUrl(HttpServletRequest req,
String repositoryId,
CMISDispatcherRegistry.Binding binding) |
String |
BaseUrlGenerator.getBaseUrl(HttpServletRequest req,
String repositoryId,
CMISDispatcherRegistry.Binding binding) |
Constructor and Description |
---|
CMISHttpServletRequest(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) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.