Uses of Class
org.restlet.resource.Resource

Packages that use Resource
org.restlet.resource Client and server resource classes. 
org.restlet.service Services used by applications and components. 
 

Uses of Resource in org.restlet.resource
 

Subclasses of Resource in org.restlet.resource
 class ClientResource
          Client-side resource.
 class ServerResource
          Base class for server-side resources.
 class UniformResource
          Deprecated. Use the parent Resource class instead.
 

Uses of Resource in org.restlet.service
 

Methods in org.restlet.service with parameters of type Resource
 Status StatusService.getStatus(Throwable throwable, Resource resource)
          Returns a status for a given exception or error.
<T> T
ConverterService.toObject(Representation source, Class<T> target, Resource resource)
          Converts a Representation into a regular Java object.
 Representation ConverterService.toRepresentation(Object source, Variant target, Resource resource)
          Converts a regular Java object into a Representation.
 



Copyright © 2005-2013 Restlet.