public class MockThumbnailServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
MockThumbnailServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The doGet method of the servlet.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
request
- the request send by the client to the serverresponse
- the response send by the server to the clientjavax.servlet.ServletException
- if an error occurredIOException
- if an error occurredCopyright © 2008-2014 Logical Objects. All Rights Reserved.