Services requests which use the HTTP PUT method. This implementation uploads the
content to the specified location.
If the content length is not specified, a 411 (Length Required) error is sent to the
client.
If the resource exists and is a collection, a 405 (Method Not Allowed) error is sent
to the client.
If the parent collection does not exist, a 409 (Conflict) 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