Services requests which use the HTTP GET method. This implementation retrieves the
content for non-collection resources, using the content type information. If the
specified file does not exist, a 404 (Not Found) error is sent to the client.
Parameters: request - The request being serviced. Parameters: response - The servlet response. throws: ServletException - If an application error occurs. throws: IOException - If an IO error occurs while handling the request.
Fields inherited from org.enhydra.dm.api.handler.AbstractHandler