|
|||||||||
| Home >> All >> org >> mortbay >> http >> [ handler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mortbay.http.handler
Class RootNotFoundHandler

java.lang.Objectorg.mortbay.http.handler.AbstractHttpHandler
org.mortbay.http.handler.NotFoundHandler
org.mortbay.http.handler.RootNotFoundHandler
- All Implemented Interfaces:
- org.mortbay.http.HttpHandler, org.mortbay.util.LifeCycle, java.io.Serializable
- public class RootNotFoundHandler
- extends NotFoundHandler
- Version:
- $Id: RootNotFoundHandler.java,v 1.7 2003/11/09 11:32:01 gregwilkins Exp $
| Field Summary | |
private static org.apache.commons.logging.Log |
log
|
| Fields inherited from class org.mortbay.http.handler.AbstractHttpHandler |
|
| Constructor Summary | |
RootNotFoundHandler()
|
|
| Method Summary | |
void |
handle(java.lang.String pathInContext,
java.lang.String pathParams,
org.mortbay.http.HttpRequest request,
org.mortbay.http.HttpResponse response)
Handle a request. |
| Methods inherited from class org.mortbay.http.handler.AbstractHttpHandler |
getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
log
private static org.apache.commons.logging.Log log
| Constructor Detail |
RootNotFoundHandler
public RootNotFoundHandler()
| Method Detail |
handle
public void handle(java.lang.String pathInContext, java.lang.String pathParams, org.mortbay.http.HttpRequest request, org.mortbay.http.HttpResponse response) throws org.mortbay.http.HttpException, java.io.IOException
- Description copied from interface:
org.mortbay.http.HttpHandler - Handle 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.
- Specified by:
handlein interfaceorg.mortbay.http.HttpHandler- Overrides:
handlein classNotFoundHandler
|
|||||||||
| Home >> All >> org >> mortbay >> http >> [ handler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC