org.mortbay.http.handler

Class NotFoundHandler

Implemented Interfaces:
HttpHandler, LifeCycle, Serializable
Known Direct Subclasses:
RootNotFoundHandler

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

void
handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response)

Methods inherited from class org.mortbay.http.handler.AbstractHttpHandler

getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toString

Method Details

handle

public void handle(String pathInContext,
                   String pathParams,
                   HttpRequest request,
                   HttpResponse response)
            throws HttpException,
                   IOException
Specified by:
handle in interface HttpHandler

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.