protected
void doDelete(HttpServletRequest req, HttpServletResponse resp)
throws
ServletException, IOException
Called
by the server (via the service method) to allow a servlet to handle a
DELETE request. The DELETE operation allows a client to remove a
document or Web page from the server.
If
the HTTP DELETE request is incorrectly formatted, doDelete returns an
HTTP "Bad Request" message.
No comments:
Post a Comment