Package org.alfresco.opencmis
Class AtomPubCMISDispatcher
java.lang.Object
org.alfresco.opencmis.CMISServletDispatcher
org.alfresco.opencmis.AtomPubCMISDispatcher
- All Implemented Interfaces:
CMISDispatcher
- Direct Known Subclasses:
PublicApiAtomPubCMISDispatcher
Dispatches OpenCMIS requests to the OpenCMIS AtomPub servlet.
- Author:
- steveglover
-
Field Summary
Fields inherited from class org.alfresco.opencmis.CMISServletDispatcher
baseUrlGenerator, cmisServiceFactory, cmisVersion, registry, serviceName, servlet, tenantAdminService, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMISDispatcherRegistry.Binding
protected javax.servlet.http.HttpServlet
Methods inherited from class org.alfresco.opencmis.CMISServletDispatcher
execute, getCurrentDescriptor, getHttpRequest, getHttpResponse, getServiceName, getServletAttribute, getServletConfig, init, setBaseUrlGenerator, setCmisServiceFactory, setCmisVersion, setDescriptorService, setNonAttachContentTypes, setRegistry, setServiceName, setTenantAdminService, setVersion
-
Constructor Details
-
AtomPubCMISDispatcher
public AtomPubCMISDispatcher()
-
-
Method Details
-
getBinding
- Specified by:
getBinding
in classCMISServletDispatcher
-
getServlet
protected javax.servlet.http.HttpServlet getServlet()- Specified by:
getServlet
in classCMISServletDispatcher
-