org.exoplatform.social.service.rest
Class LinkShareRestService

java.lang.Object
  extended by org.exoplatform.social.service.rest.LinkShareRestService
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

public class LinkShareRestService
extends Object
implements org.exoplatform.services.rest.resource.ResourceContainer

LinkShareRestService: gets information from a provided link.
POST: /rest/social/linkshare
Created by The eXo Platform SAS

Since:
Dec 29, 2009
Author:
hoatle

Constructor Summary
LinkShareRestService()
          constructor
 
Method Summary
 javax.ws.rs.core.Response getLink(javax.ws.rs.core.UriInfo uriInfo, String format, LinkShareRequest linkShareRequest)
          gets link content by posting with linkShare request as post data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkShareRestService

public LinkShareRestService()
constructor

Method Detail

getLink

public javax.ws.rs.core.Response getLink(@Context
                                         javax.ws.rs.core.UriInfo uriInfo,
                                         String format,
                                         LinkShareRequest linkShareRequest)
                                  throws Exception
gets link content by posting with linkShare request as post data.

Parameters:
uriInfo -
format -
linkShareRequest -
Returns:
response
Throws:
Exception


Copyright © 2013 eXo Platform SAS. All Rights Reserved.