eXo JCR :: Component :: Webdav Service 1.15.10-GA

org.exoplatform.services.jcr.webdav.lnkproducer
Class LnkProducer

java.lang.Object
  extended by 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
LnkProducer()
          Default constructor.
 
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
 

Constructor Detail

LnkProducer

public LnkProducer()
Default constructor.

Method Detail

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 path
path - path to resource
uriInfo - uriInfo
Returns:
generated link

eXo JCR :: Component :: Webdav Service 1.15.10-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.