Package org.alfresco.opencmis
Interface PathGenerator
- All Known Implementing Classes:
DefaultPathGenerator
,PublicApiPathGenerator
public interface PathGenerator
Generates an OpenCMIS path based on the repositoryId and binding.
- Author:
- steveglover
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generatePath
(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding)
-
Method Details
-
generatePath
void generatePath(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding)
-