Uses of Class
org.exoplatform.services.rest.URIParam

Packages that use URIParam
org.exoplatform.services.ws.rest.samples   
org.exoplatform.ws.frameworks.cometd.loadbalancer   
org.exoplatform.ws.frameworks.cometd.transport   
 

Uses of URIParam in org.exoplatform.services.ws.rest.samples
 

Method parameters in org.exoplatform.services.ws.rest.samples with annotations of type URIParam
 Response Calculator.add(Integer firstItem, Integer secondItem)
          Add two items.
 Response Calculator.add(Integer firstItem, Integer secondItem)
          Add two items.
 Response Calculator.divide(Integer firstItem, Integer secondItem)
          Divide two items.
 Response Calculator.divide(Integer firstItem, Integer secondItem)
          Divide two items.
 Response XMLBookService.get(String key)
          Return request with XML body which represent Book object.
 Response JsonBookService.get(String key)
          Return request with JSON body which represent Book object.
 Response XMLBookService.get2(String key)
          Return request with HTML body which represent Book object.
 Response Calculator.multiply(Integer firstItem, Integer secondItem)
          Multiply two items.
 Response Calculator.multiply(Integer firstItem, Integer secondItem)
          Multiply two items.
 Response JsonBookService.post(String key, String baseURI, Book book)
          Create new Book in BookStorage with specified key.
 Response Calculator.subtract(Integer firstItem, Integer secondItem)
          Subtract second item from first one.
 Response Calculator.subtract(Integer firstItem, Integer secondItem)
          Subtract second item from first one.
 

Uses of URIParam in org.exoplatform.ws.frameworks.cometd.loadbalancer
 

Method parameters in org.exoplatform.ws.frameworks.cometd.loadbalancer with annotations of type URIParam
 Response RESTLoadBalancerService.getCometdURL(String exoid)
           
 Response RESTLoadBalancerService.release(String exoid)
           
 

Uses of URIParam in org.exoplatform.ws.frameworks.cometd.transport
 

Method parameters in org.exoplatform.ws.frameworks.cometd.transport with annotations of type URIParam
 Response RESTContinuationService.getToken(String exoID)
           
 Response RESTContinuationService.isSubscribed(String exoID, String channel)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.