public class RootNotFoundHandler extends NotFoundHandler
| Constructor and Description |
|---|
RootNotFoundHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.lang.String pathInContext,
java.lang.String pathParams,
HttpRequest request,
HttpResponse response)
Handle a request.
|
getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toStringpublic void handle(java.lang.String pathInContext,
java.lang.String pathParams,
HttpRequest request,
HttpResponse response)
throws HttpException,
java.io.IOException
HttpHandlerhandle in interface HttpHandlerhandle in class NotFoundHandlerpathInContext - The context pathpathParams - Path parameters such as encoded Session IDrequest - The HttpRequest requestresponse - The HttpResponse responseHttpExceptionjava.io.IOExceptionCopyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.