public interface SupportsPatch
Modifier and Type | Method and Description |
---|---|
void |
doPatch(HttpServletRequest request,
HttpServletResponse response)
Perform a HTTP PATCH operation.
|
static final String PATCH
void doPatch(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
request
- an HttpServletRequest
object that contains the request the
client has made of the servletresponse
- an HttpServletResponse
object that contains the response
the servlet sends to the clientIOException
- if an input or output error is detected when the servlet handles
the PATCH requestServletException
- if the request for the PATCH could not be handledOracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.