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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generatePath(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding)
-
-
-
Method Detail
-
generatePath
void generatePath(javax.servlet.http.HttpServletRequest req, StringBuilder url, String repositoryId, CMISDispatcherRegistry.Binding binding)
-
-