org.exoplatform.services.jcr.webdav.lnkproducer
Class LnkProducer
java.lang.Object
org.exoplatform.services.jcr.webdav.lnkproducer.LnkProducer
- All Implemented Interfaces:
- org.exoplatform.services.rest.resource.ResourceContainer
public class LnkProducer
- extends Object
- implements org.exoplatform.services.rest.resource.ResourceContainer
Created by The eXo Platform SAS.
Link Producer Service is a simple service, which generates an .lnk file,
that is compatible with the Microsoft link file format.
- Author:
- : Vitaly Guly.
|
Method Summary |
javax.ws.rs.core.Response |
produceLink(String linkFilePath,
String path,
javax.ws.rs.core.UriInfo uriInfo)
Produces a link. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LnkProducer
public LnkProducer()
- Default constructor.
produceLink
public javax.ws.rs.core.Response produceLink(String linkFilePath,
String path,
@Context
javax.ws.rs.core.UriInfo uriInfo)
- Produces a link.
- Parameters:
linkFilePath - link file pathpath - path to resourceuriInfo - uriInfo
- Returns:
- generated link
Copyright © 2014 eXo Platform SAS. All Rights Reserved.