org.exoplatform.social.extras.widget.rest
Class WidgetRestService

java.lang.Object
  extended by org.exoplatform.social.extras.widget.rest.WidgetRestService
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

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


Constructor Summary
WidgetRestService()
           
 
Method Summary
 javax.ws.rs.core.Response goToSpace(String containerName, String portalName, String spaceName, String description)
           
 String spaceInfo(String containerName, String portalName, String spaceName, String description, javax.ws.rs.core.UriInfo uriInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetRestService

public WidgetRestService()
Method Detail

goToSpace

public javax.ws.rs.core.Response goToSpace(String containerName,
                                           String portalName,
                                           String spaceName,
                                           String description)

spaceInfo

public String spaceInfo(String containerName,
                        String portalName,
                        String spaceName,
                        String description,
                        @Context
                        javax.ws.rs.core.UriInfo uriInfo)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.