org.mortbay.http.handler
Class RootNotFoundHandler
- HttpHandler, LifeCycle, Serializable
public class RootNotFoundHandler
$Id: RootNotFoundHandler.java,v 1.11 2005/08/13 00:01:26 gregwilkins Exp $
handle
public void handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
throws HttpException,
IOExceptionHandle a request.
Note that Handlers are tried in order until one has handled the
request. i.e. until request.isHandled() returns true.
In broad terms this means, either a response has been commited
or request.setHandled(true) has been called.
- handle in interface HttpHandler
- handle in interface NotFoundHandler
pathInContext - The context pathpathParams - Path parameters such as encoded Session IDrequest - The HttpRequest requestresponse - The HttpResponse response
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.