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