org.mortbay.http.handler

Class NotFoundHandler

public class NotFoundHandler extends AbstractHttpHandler

Handler for resources that were not found. Implements OPTIONS and TRACE methods for the server.

Version: $Id: NotFoundHandler.java,v 1.15 2005/08/13 00:01:26 gregwilkins Exp $

Author: Greg Wilkins (gregw)

Method Summary
voidhandle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response)

Method Detail

handle

public void handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.