org.openrdf.http.object.handlers
Class NotFoundHandler
java.lang.Object
org.openrdf.http.object.handlers.NotFoundHandler
- All Implemented Interfaces:
- Handler
public class NotFoundHandler
- extends Object
- implements Handler
Converts a 204 into a 404 for GET and HEAD requests.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotFoundHandler
public NotFoundHandler(Handler delegate)
verify
public Response verify(ResourceOperation request)
throws Exception
- Specified by:
verify in interface Handler
- Throws:
Exception
handle
public Response handle(ResourceOperation request)
throws Exception
- Specified by:
handle in interface Handler
- Throws:
Exception
Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.