Uses of Class
org.restlet.Uniform

Packages that use Uniform
org.restlet Core classes of the API. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Uniform in org.restlet
 

Subclasses of Uniform in org.restlet
 class Application
          Restlet that can be attached to one or more VirtualHosts.
 class Client
          Connector acting as a generic client.
 class Component
          Restlet managing a set of Connectors, VirtualHosts and Applications.
 class Connector
          Restlet enabling communication between Components.
 class Directory
          Finder mapping a directory of local resources.
 class Filter
          Restlet filtering calls before passing them to an attached Restlet.
 class Finder
          Restlet that can find the target handler that will effectively handle the call.
 class Guard
          Filter guarding the access to an attached Restlet.
 class Redirector
          Rewrites URIs then redirects the call or the client to a new destination.
 class Restlet
          Uniform class that provides a context and life cycle support.
 class Route
          Filter scoring the affinity of calls with the attached Restlet.
 class Router
          Restlet routing calls to one of the attached routes.
 class Server
          Connector acting as a generic server.
 class Transformer
          Filter that can transform XML representations by applying an XSLT transform sheet.
 class VirtualHost
          Router of calls from Server connectors to Restlets.
 

Methods in org.restlet that return Uniform
 Uniform Context.getClientDispatcher()
          Returns a request dispatcher to available client connectors.
 Uniform Context.getDispatcher()
          Deprecated. Use getClientDispatcher() instead.
 Uniform Context.getServerDispatcher()
          Returns a request dispatcher to component's virtual hosts.
 

Uses of Uniform in org.restlet.util
 

Subclasses of Uniform in org.restlet.util
 class WrapperRestlet
          Restlet wrapper.
 



Copyright © 2005-2008 Noelios Technologies.