com.noelios.restlet.application
Class ApplicationDispatcher

java.lang.Object
  extended by org.restlet.Uniform
      extended by com.noelios.restlet.application.ApplicationDispatcher

public class ApplicationDispatcher
extends Uniform

Application dispatcher.

Author:
Jerome Louvel (contact@noelios.com)

Constructor Summary
ApplicationDispatcher(ApplicationContext applicationContext)
          Constructor.
 
Method Summary
 void handle(Request request, Response response)
          Handles a call.
 
Methods inherited from class org.restlet.Uniform
delete, delete, get, get, handle, head, head, options, options, post, post, put, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDispatcher

public ApplicationDispatcher(ApplicationContext applicationContext)
Constructor.

Parameters:
applicationContext - The parent application context.
Method Detail

handle

public void handle(Request request,
                   Response response)
Handles a call.

Specified by:
handle in class Uniform
Parameters:
request - The request to handle.
response - The response to update.


Copyright © 2005-2007 Noelios Technologies.