Package org.alfresco.opencmis
Class DefaultPathGenerator
java.lang.Object
org.alfresco.opencmis.DefaultPathGenerator
- All Implemented Interfaces:
PathGenerator
Default generator for OpenCMIS paths based on the repositoryId and binding.
- Author:
- steveglover
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generatePath
(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding)
-
Constructor Details
-
DefaultPathGenerator
public DefaultPathGenerator()
-
-
Method Details
-
generatePath
public void generatePath(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding) - Specified by:
generatePath
in interfacePathGenerator
-