| org.apache.lenya.cms.publication.DocumentIdToPathMapper
All known Subclasses: org.apache.lenya.cms.publication.IdentityDocumentIdToPathMapper, org.apache.lenya.cms.publication.DefaultDocumentIdToPathMapper,
DocumentIdToPathMapper | public interface DocumentIdToPathMapper (Code) | | Document Id to Path mapper interface
|
getFile | File getFile(Publication publication, String area, String uuid, String language)(Code) | | Compute the document-path for a given publication, area, document-uuid and language
Parameters: publication - the publication of the document Parameters: area - the area of the document Parameters: uuid - the uuid of the document Parameters: language - the language of the document the path to the document |
getPath | String getPath(String uuid, String language)(Code) | | Compute the document-path for a given publication, area and document-uuid. The file separator
is the slash (/).
Parameters: uuid - the UUID of the document Parameters: language - the language of the document the path to the document, without publication ID and area |
|
|