com.noelios.restlet
Class TemplateDispatcher
java.lang.Object
org.restlet.Uniform
com.noelios.restlet.TemplateDispatcher
public class TemplateDispatcher
- extends Uniform
Default call dispatcher.
- Author:
- Jerome Louvel (contact@noelios.com)
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 |
TemplateDispatcher
public TemplateDispatcher(Context context,
Uniform helper)
- Constructor.
- Parameters:
context
- The parent context.helper
- The helper dispatcher.
getContext
public Context getContext()
- Returns the parent context.
- Returns:
- The parent context.
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.