Package 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.

See:
          Description

Interface Summary
Connector Created by The eXo Platform SAS.
Abstraction which "encapsulates the activities of accessing resources and transferring resource representations.
 

Class Summary
CacheControl An abstraction for the value of a HTTP Cache-Control response header.
Cookie  
EntityMetadata Wrapper around MultivaluedMetadata.
MultivaluedMetadata Created by The eXo Platform SAS .
A map of key-value pair.
Request Created by The eXo Platform SAS.
Request represents REST request (not HTTP request).
ResourceBinder Created by The eXo Platform SAS.
For binding and unbinding ResourceContainers.
ResourceDispatcher Created by The eXo Platform SAS.
ResourceDispatcher finds ResourceContainer with can serve the Request and calls method it.
ResourceIdentifier Created by The eXo Platform SAS .
Response REST Response.
Response.Builder REST Response builder.
URIPattern An utility class for manipulating "parametrized" strings.
 

Annotation Types Summary
ConsumedMimeTypes ConsumedMimeTypes defines the consumed mimetype for ResourceContainer.
ContextParam  
CookieParam  
HeaderParam Created by The eXo Platform SAS.
HeaderParam define the names of header from HTTP request.
HTTPMethod Created by The eXo Platform SAS.
HTTPMethod defines HTTP method for ResourceContainer
InputTransformer Define entity input transformer for ResourceContainer.
OutputTransformer Define entity output transformer.
ProducedMimeTypes ProducedMimeTypes defines the produced mimetype for ResourceContainer By default mimetypes set to ALL mimetype.
QueryParam QueryParam define the names of query parameters from HTTP request.
QueryTemplate QueryTemplate defines Query pattern for ResourceContainer.
URIParam UriParam define the names of URI.
URITemplate URITemplate defines URI pattern for ResourceContainer.
 

Package org.exoplatform.services.rest Description

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.



Copyright © 2009 eXo Platform SAS. All Rights Reserved.