Uses of Package
org.restlet.resource

Packages that use org.restlet.resource
org.restlet.engine.component Supports Restlet components. 
org.restlet.engine.converter Supports the converter service. 
org.restlet.engine.local Supports local connectors and resources. 
org.restlet.engine.resource Supports resources. 
org.restlet.resource Client and server resource classes. 
org.restlet.routing Classes related to call routing. 
org.restlet.service Services used by applications and components. 
org.restlet.util Various utility classes. 
 

Classes in org.restlet.resource used by org.restlet.engine.component
Finder
          Restlet that can find the target server resource that will effectively handle incoming calls.
ServerResource
          Base class for server-side resources.
 

Classes in org.restlet.resource used by org.restlet.engine.converter
Resource
          Base resource class exposing the uniform REST interface.
 

Classes in org.restlet.resource used by org.restlet.engine.local
Directory
          Finder mapping a directory of local resources.
Resource
          Base resource class exposing the uniform REST interface.
ResourceException
          Encapsulates a response status and the optional cause as a checked exception.
ServerResource
          Base class for server-side resources.
UniformResource
          Deprecated. Use the parent Resource class instead.
 

Classes in org.restlet.resource used by org.restlet.engine.resource
ClientResource
          Client-side resource.
 

Classes in org.restlet.resource used by org.restlet.resource
ClientResource
          Client-side resource.
Finder
          Restlet that can find the target server resource that will effectively handle incoming calls.
Resource
          Base resource class exposing the uniform REST interface.
ResourceException
          Encapsulates a response status and the optional cause as a checked exception.
ServerResource
          Base class for server-side resources.
UniformResource
          Deprecated. Use the parent Resource class instead.
 

Classes in org.restlet.resource used by org.restlet.routing
Finder
          Restlet that can find the target server resource that will effectively handle incoming calls.
ServerResource
          Base class for server-side resources.
 

Classes in org.restlet.resource used by org.restlet.service
Resource
          Base resource class exposing the uniform REST interface.
 

Classes in org.restlet.resource used by org.restlet.util
ServerResource
          Base class for server-side resources.
 



Copyright © 2005-2014 Restlet.