org.apache.clerezza.platform.content
Interface PageNotFoundService


public interface PageNotFoundService

An instance of this service is called by DiscoBitHandler if a resource is not found in the content graph.

Author:
reto

Method Summary
 javax.ws.rs.core.Response createResponse(javax.ws.rs.core.UriInfo uriInfo)
          Creates a response when a resource could not be found in the Content Graph, this is a 404 response.
 

Method Detail

createResponse

javax.ws.rs.core.Response createResponse(javax.ws.rs.core.UriInfo uriInfo)
Creates a response when a resource could not be found in the Content Graph, this is a 404 response.

Parameters:
uriInfo -
Returns:


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.