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

Packages that use Request
org.exoplatform.services.rest Representational State Transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web.
This package consists one of implementation REST style architecture.
 
org.exoplatform.services.rest.servlet   
 

Uses of Request in org.exoplatform.services.rest
 

Methods in org.exoplatform.services.rest with parameters of type Request
 Response ResourceDispatcher.dispatch(Request request)
          Dispatches Request to method of ResourceContainer.
 

Uses of Request in org.exoplatform.services.rest.servlet
 

Methods in org.exoplatform.services.rest.servlet that return Request
static Request RequestFactory.createRequest(javax.servlet.http.HttpServletRequest httpRequest)
          Create REST request.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.