Uses of Interface
org.alfresco.opencmis.CMISDispatcher
-
Packages that use CMISDispatcher Package Description org.alfresco.opencmis -
-
Uses of CMISDispatcher in org.alfresco.opencmis
Classes in org.alfresco.opencmis that implement CMISDispatcher Modifier and Type Class Description class
AtomPubCMISDispatcher
Dispatches OpenCMIS requests to the OpenCMIS AtomPub servlet.class
BrowserCMISDispatcher
Dispatches OpenCMIS requests to the OpenCMIS Browser Binding servlet.class
CMISServletDispatcher
Dispatches OpenCMIS requests to a servlet e.g.class
PublicApiAtomPubCMISDispatcher
Dispatches OpenCMIS requests to the OpenCMIS AtomPub servlet.class
PublicApiBrowserCMISDispatcher
Cloud-specific browser binding OpenCMIS dispatcher.Methods in org.alfresco.opencmis that return CMISDispatcher Modifier and Type Method Description CMISDispatcher
CMISDispatcherRegistry. getDispatcher(org.springframework.extensions.webscripts.WebScriptRequest req)
CMISDispatcher
CMISDispatcherRegistryImpl. getDispatcher(org.springframework.extensions.webscripts.WebScriptRequest req)
Methods in org.alfresco.opencmis with parameters of type CMISDispatcher Modifier and Type Method Description void
CMISDispatcherRegistry. registerDispatcher(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
void
CMISDispatcherRegistryImpl. registerDispatcher(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
-