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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseproduceLink(String linkFilePath, String path, javax.ws.rs.core.UriInfo uriInfo) Produces a link.
-
Constructor Details
-
LnkProducer
public LnkProducer()Default constructor.
-
-
Method Details
-
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
- eXo level API
- Experimental
- eXo response for generated doc on REST API
- {code} "content" : the generated link file. {code}
-