public interface HasGetMethod
HttpServlets 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(HttpServletRequest req,
HttpServletResponse resp)
Public doGet(HttpServletRequest,HttpServletResponse) method, which can be
invoked by the runtime
|
void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
req - resp - ServletExceptionIOException