Uses of Package
org.restlet

Packages that use org.restlet
org.restlet Core classes of the API. 
org.restlet.resource Common resource and representation data elements. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Classes in org.restlet used by org.restlet
Application
          Restlet that can be attached to one or more VirtualHosts.
Connector
          Restlet enabling communication between Components.
Context
          Contextual data and services provided to a Restlet.
Filter
          Restlet filtering calls before passing them to an attached Restlet.
Finder
          Restlet that can find the target handler that will effectively handle the call.
Handler
          Final handler of calls typically created by Finders.
Restlet
          Uniform class that provides a context and life cycle support.
Route
          Filter scoring the affinity of calls with the attached Restlet.
Router
          Restlet routing calls to one of the attached routes.
Uniform
          Base class exposing the uniform REST interface.
VirtualHost
          Router of calls from Server connectors to Restlets.
 

Classes in org.restlet used by org.restlet.resource
Context
          Contextual data and services provided to a Restlet.
Handler
          Final handler of calls typically created by Finders.
 

Classes in org.restlet used by org.restlet.util
Application
          Restlet that can be attached to one or more VirtualHosts.
Client
          Connector acting as a generic client.
Component
          Restlet managing a set of Connectors, VirtualHosts and Applications.
Context
          Contextual data and services provided to a Restlet.
Directory
          Finder mapping a directory of local resources.
Guard
          Filter guarding the access to an attached Restlet.
Restlet
          Uniform class that provides a context and life cycle support.
Route
          Filter scoring the affinity of calls with the attached Restlet.
Server
          Connector acting as a generic server.
Uniform
          Base class exposing the uniform REST interface.
 



Copyright © 2005-2008 Noelios Technologies.