public interface HasGetMethod
HttpServlet
s that wish to leverage
the
EntityTags.etag(HttpServletRequest, HttpServletResponse, HasGetMethod)
method to automatically produce an ETag
header.EntityTags
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Public doGet(HttpServletRequest,HttpServletResponse) method, which can be
invoked by the runtime
|
void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- The HTTP requestresponse
- The HTTP responsejavax.servlet.ServletException
- if the request cannot be handledIOException
- if an I/O error occurs while reading the request or writing the
response